Class: Aws::ConnectHealth::Types::ListSubscriptionsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connecthealth/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The unique identifier of the parent Domain.

Returns:

  • (String)


783
784
785
786
787
788
789
# File 'lib/aws-sdk-connecthealth/types.rb', line 783

class ListSubscriptionsInput < Struct.new(
  :domain_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of results to return.

Returns:

  • (Integer)


783
784
785
786
787
788
789
# File 'lib/aws-sdk-connecthealth/types.rb', line 783

class ListSubscriptionsInput < Struct.new(
  :domain_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Token for pagination.

Returns:

  • (String)


783
784
785
786
787
788
789
# File 'lib/aws-sdk-connecthealth/types.rb', line 783

class ListSubscriptionsInput < Struct.new(
  :domain_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end