Class: Aws::VPCLattice::Types::ListAccessLogSubscriptionsResponse

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

#itemsArray<Types::AccessLogSubscriptionSummary>

Information about the access log subscriptions.



2889
2890
2891
2892
2893
2894
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2889

class ListAccessLogSubscriptionsResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token for the next page of results.

Returns:

  • (String)


2889
2890
2891
2892
2893
2894
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2889

class ListAccessLogSubscriptionsResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end