Class: Aws::Types::GetResourceDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceDefinitionResponse
- 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.
890 891 892 |
# File 'sig/types.rbs', line 890 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
891 892 893 |
# File 'sig/types.rbs', line 891 def end |
#id ⇒ ::String
Returns the value of attribute id.
892 893 894 |
# File 'sig/types.rbs', line 892 def id @id end |
#last_updated_timestamp ⇒ ::String
Returns the value of attribute last_updated_timestamp.
893 894 895 |
# File 'sig/types.rbs', line 893 def end |
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
894 895 896 |
# File 'sig/types.rbs', line 894 def latest_version @latest_version end |
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
895 896 897 |
# File 'sig/types.rbs', line 895 def latest_version_arn @latest_version_arn end |
#name ⇒ ::String
Returns the value of attribute name.
896 897 898 |
# File 'sig/types.rbs', line 896 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
897 898 899 |
# File 'sig/types.rbs', line 897 def end |