Class: Aws::VPCLattice::Types::ListAccessLogSubscriptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListAccessLogSubscriptionsRequest
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
A pagination token for the next page of results.
-
#resource_identifier ⇒ String
The ID or ARN of the service network or service.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
2871 2872 2873 2874 2875 2876 2877 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2871 class ListAccessLogSubscriptionsRequest < Struct.new( :max_results, :next_token, :resource_identifier) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token for the next page of results.
2871 2872 2873 2874 2875 2876 2877 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2871 class ListAccessLogSubscriptionsRequest < Struct.new( :max_results, :next_token, :resource_identifier) SENSITIVE = [] include Aws::Structure end |
#resource_identifier ⇒ String
The ID or ARN of the service network or service.
2871 2872 2873 2874 2875 2876 2877 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2871 class ListAccessLogSubscriptionsRequest < Struct.new( :max_results, :next_token, :resource_identifier) SENSITIVE = [] include Aws::Structure end |