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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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:



11067
11068
11069
11070
11071
11072
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11067

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)


11067
11068
11069
11070
11071
11072
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11067

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