Class: Aws::Types::ResourceMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ResourceMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#original_name ⇒ ::String
Returns the value of attribute original_name.
-
#owner ⇒ Types::UserMetadata
Returns the value of attribute owner.
-
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
-
#type ⇒ "FOLDER", "DOCUMENT"
Returns the value of attribute type.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
702 703 704 |
# File 'sig/types.rbs', line 702 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
700 701 702 |
# File 'sig/types.rbs', line 700 def name @name end |
#original_name ⇒ ::String
Returns the value of attribute original_name.
701 702 703 |
# File 'sig/types.rbs', line 701 def original_name @original_name end |
#owner ⇒ Types::UserMetadata
Returns the value of attribute owner.
704 705 706 |
# File 'sig/types.rbs', line 704 def owner @owner end |
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
705 706 707 |
# File 'sig/types.rbs', line 705 def parent_id @parent_id end |
#type ⇒ "FOLDER", "DOCUMENT"
Returns the value of attribute type.
699 700 701 |
# File 'sig/types.rbs', line 699 def type @type end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
703 704 705 |
# File 'sig/types.rbs', line 703 def version_id @version_id end |