Class: Aws::Types::ThingTypeMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ThingTypeMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#deprecated ⇒ Boolean
Returns the value of attribute deprecated.
-
#deprecation_date ⇒ ::Time
Returns the value of attribute deprecation_date.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
4836 4837 4838 |
# File 'sig/types.rbs', line 4836 def creation_date @creation_date end |
#deprecated ⇒ Boolean
Returns the value of attribute deprecated.
4834 4835 4836 |
# File 'sig/types.rbs', line 4834 def deprecated @deprecated end |
#deprecation_date ⇒ ::Time
Returns the value of attribute deprecation_date.
4835 4836 4837 |
# File 'sig/types.rbs', line 4835 def deprecation_date @deprecation_date end |