Class: Aws::VPCLattice::Types::ListAccessLogSubscriptionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


2047
2048
2049
2050
2051
2052
2053
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2047

class ListAccessLogSubscriptionsRequest < Struct.new(
  :max_results,
  :next_token,
  :resource_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token for the next page of results.

Returns:

  • (String)


2047
2048
2049
2050
2051
2052
2053
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2047

class ListAccessLogSubscriptionsRequest < Struct.new(
  :max_results,
  :next_token,
  :resource_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierString

The ID or Amazon Resource Name (ARN) of the service network or service.

Returns:

  • (String)


2047
2048
2049
2050
2051
2052
2053
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2047

class ListAccessLogSubscriptionsRequest < Struct.new(
  :max_results,
  :next_token,
  :resource_identifier)
  SENSITIVE = []
  include Aws::Structure
end