Class: Aws::CloudDirectory::Types::ListObjectAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListObjectAttributesResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::AttributeKeyAndValue>
Attributes map that is associated with the object.
-
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#attributes ⇒ Array<Types::AttributeKeyAndValue>
Attributes map that is associated with the object. AttributeArn
is
the key, and attribute value is the value.
3903 3904 3905 3906 3907 3908 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3903 class ListObjectAttributesResponse < Struct.new( :attributes, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
3903 3904 3905 3906 3907 3908 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3903 class ListObjectAttributesResponse < Struct.new( :attributes, :next_token) SENSITIVE = [] include Aws::Structure end |