Class: Aws::Types::FolderMetadata
- Inherits:
-
Object
- Object
- Aws::Types::FolderMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#creator_id ⇒ ::String
Returns the value of attribute creator_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
-
#latest_version_size ⇒ ::Integer
Returns the value of attribute latest_version_size.
-
#modified_timestamp ⇒ ::Time
Returns the value of attribute modified_timestamp.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parent_folder_id ⇒ ::String
Returns the value of attribute parent_folder_id.
-
#resource_state ⇒ "ACTIVE", ...
Returns the value of attribute resource_state.
-
#signature ⇒ ::String
Returns the value of attribute signature.
-
#size ⇒ ::Integer
Returns the value of attribute size.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
479 480 481 |
# File 'sig/types.rbs', line 479 def end |
#creator_id ⇒ ::String
Returns the value of attribute creator_id.
477 478 479 |
# File 'sig/types.rbs', line 477 def creator_id @creator_id end |
#id ⇒ ::String
Returns the value of attribute id.
475 476 477 |
# File 'sig/types.rbs', line 475 def id @id end |
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
483 484 485 |
# File 'sig/types.rbs', line 483 def labels @labels end |
#latest_version_size ⇒ ::Integer
Returns the value of attribute latest_version_size.
485 486 487 |
# File 'sig/types.rbs', line 485 def latest_version_size @latest_version_size end |
#modified_timestamp ⇒ ::Time
Returns the value of attribute modified_timestamp.
480 481 482 |
# File 'sig/types.rbs', line 480 def end |
#name ⇒ ::String
Returns the value of attribute name.
476 477 478 |
# File 'sig/types.rbs', line 476 def name @name end |
#parent_folder_id ⇒ ::String
Returns the value of attribute parent_folder_id.
478 479 480 |
# File 'sig/types.rbs', line 478 def parent_folder_id @parent_folder_id end |
#resource_state ⇒ "ACTIVE", ...
Returns the value of attribute resource_state.
481 482 483 |
# File 'sig/types.rbs', line 481 def resource_state @resource_state end |
#signature ⇒ ::String
Returns the value of attribute signature.
482 483 484 |
# File 'sig/types.rbs', line 482 def signature @signature end |
#size ⇒ ::Integer
Returns the value of attribute size.
484 485 486 |
# File 'sig/types.rbs', line 484 def size @size end |