Class: Aws::Types::Attachment
- Inherits:
-
Object
- Object
- Aws::Types::Attachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute details.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#details ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute details.
40 41 42 |
# File 'sig/types.rbs', line 40 def details @details end |
#id ⇒ ::String
Returns the value of attribute id.
37 38 39 |
# File 'sig/types.rbs', line 37 def id @id end |
#status ⇒ ::String
Returns the value of attribute status.
39 40 41 |
# File 'sig/types.rbs', line 39 def status @status end |
#type ⇒ ::String
Returns the value of attribute type.
38 39 40 |
# File 'sig/types.rbs', line 38 def type @type end |