Class: Aws::Inspector::Types::ListEventSubscriptionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.

Returns:

  • (String)


1988
1989
1990
1991
1992
1993
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1988

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

#subscriptionsArray<Types::Subscription>

Details of the returned event subscriptions.

Returns:



1988
1989
1990
1991
1992
1993
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1988

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