Class: Aws::VPCLattice::Types::ListAccessLogSubscriptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListAccessLogSubscriptionsResponse
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::AccessLogSubscriptionSummary>
Information about the access log subscriptions.
-
#next_token ⇒ String
A pagination token for the next page of results.
Instance Attribute Details
#items ⇒ Array<Types::AccessLogSubscriptionSummary>
Information about the access log subscriptions.
2058 2059 2060 2061 2062 2063 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2058 class ListAccessLogSubscriptionsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token for the next page of results.
2058 2059 2060 2061 2062 2063 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2058 class ListAccessLogSubscriptionsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |