Class: Aws::Connect::Types::ListInstanceAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListInstanceAttributesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::Attribute>
The attribute types.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#attributes ⇒ Array<Types::Attribute>
The attribute types.
14266 14267 14268 14269 14270 14271 |
# File 'lib/aws-sdk-connect/types.rb', line 14266 class ListInstanceAttributesResponse < Struct.new( :attributes, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
14266 14267 14268 14269 14270 14271 |
# File 'lib/aws-sdk-connect/types.rb', line 14266 class ListInstanceAttributesResponse < Struct.new( :attributes, :next_token) SENSITIVE = [] include Aws::Structure end |