Class: Aws::Connect::Types::ListInstanceAttributesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::Attribute>

The attribute types.

Returns:



12846
12847
12848
12849
12850
12851
# File 'lib/aws-sdk-connect/types.rb', line 12846

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

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


12846
12847
12848
12849
12850
12851
# File 'lib/aws-sdk-connect/types.rb', line 12846

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