Class: Aws::Types::EntityDescription
- Inherits:
-
Object
- Object
- Aws::Types::EntityDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#definition ⇒ Types::DefinitionDocument
Returns the value of attribute definition.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#type ⇒ "DEVICE", ...
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
156 157 158 |
# File 'sig/types.rbs', line 156 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
158 159 160 |
# File 'sig/types.rbs', line 158 def created_at @created_at end |
#definition ⇒ Types::DefinitionDocument
Returns the value of attribute definition.
159 160 161 |
# File 'sig/types.rbs', line 159 def definition @definition end |
#id ⇒ ::String
Returns the value of attribute id.
155 156 157 |
# File 'sig/types.rbs', line 155 def id @id end |
#type ⇒ "DEVICE", ...
Returns the value of attribute type.
157 158 159 |
# File 'sig/types.rbs', line 157 def type @type end |