Class: Aws::Types::DefinitionInformation
- Inherits:
-
Object
- Object
- Aws::Types::DefinitionInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_timestamp ⇒ ::String
Returns the value of attribute last_updated_timestamp.
-
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
-
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
421 422 423 |
# File 'sig/types.rbs', line 421 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
422 423 424 |
# File 'sig/types.rbs', line 422 def @creation_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
423 424 425 |
# File 'sig/types.rbs', line 423 def id @id end |
#last_updated_timestamp ⇒ ::String
Returns the value of attribute last_updated_timestamp.
424 425 426 |
# File 'sig/types.rbs', line 424 def @last_updated_timestamp end |
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
425 426 427 |
# File 'sig/types.rbs', line 425 def latest_version @latest_version end |
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
426 427 428 |
# File 'sig/types.rbs', line 426 def latest_version_arn @latest_version_arn end |
#name ⇒ ::String
Returns the value of attribute name.
427 428 429 |
# File 'sig/types.rbs', line 427 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
428 429 430 |
# File 'sig/types.rbs', line 428 def @tags end |