Class: Aws::Types::IndexAttachment
- Inherits:
-
Object
- Object
- Aws::Types::IndexAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#indexed_attributes ⇒ ::Array[Types::AttributeKeyAndValue]
Returns the value of attribute indexed_attributes.
-
#object_identifier ⇒ ::String
Returns the value of attribute object_identifier.
Instance Attribute Details
#indexed_attributes ⇒ ::Array[Types::AttributeKeyAndValue]
Returns the value of attribute indexed_attributes.
933 934 935 |
# File 'sig/types.rbs', line 933 def indexed_attributes @indexed_attributes end |
#object_identifier ⇒ ::String
Returns the value of attribute object_identifier.
934 935 936 |
# File 'sig/types.rbs', line 934 def object_identifier @object_identifier end |