Class: Aws::Types::ResourceMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ResourceMetadata
- 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.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
-
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
-
#uid ⇒ ::String
Returns the value of attribute uid.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def created_at @created_at end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def last_updated_at @last_updated_at end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def mesh_owner @mesh_owner end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def resource_owner @resource_owner end |
#uid ⇒ ::String
Returns the value of attribute uid.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def uid @uid end |
#version ⇒ ::Integer
Returns the value of attribute version.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def version @version end |