Class: Aws::SecurityLake::Types::ListSubscribersResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.

Returns:

  • (String)


1484
1485
1486
1487
1488
1489
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1484

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

#subscribersArray<Types::SubscriberResource>

The subscribers available for the specified Security Lake account ID.

Returns:



1484
1485
1486
1487
1488
1489
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1484

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