Class: Aws::Types::DocumentMetadata
- Inherits:
-
Object
- Object
- Aws::Types::DocumentMetadata
- 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_metadata ⇒ Types::DocumentVersionMetadata
Returns the value of attribute latest_version_metadata.
-
#modified_timestamp ⇒ ::Time
Returns the value of attribute modified_timestamp.
-
#parent_folder_id ⇒ ::String
Returns the value of attribute parent_folder_id.
-
#resource_state ⇒ "ACTIVE", ...
Returns the value of attribute resource_state.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
414 415 416 |
# File 'sig/types.rbs', line 414 def @created_timestamp end |
#creator_id ⇒ ::String
Returns the value of attribute creator_id.
412 413 414 |
# File 'sig/types.rbs', line 412 def creator_id @creator_id end |
#id ⇒ ::String
Returns the value of attribute id.
411 412 413 |
# File 'sig/types.rbs', line 411 def id @id end |
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
418 419 420 |
# File 'sig/types.rbs', line 418 def labels @labels end |
#latest_version_metadata ⇒ Types::DocumentVersionMetadata
Returns the value of attribute latest_version_metadata.
416 417 418 |
# File 'sig/types.rbs', line 416 def @latest_version_metadata end |
#modified_timestamp ⇒ ::Time
Returns the value of attribute modified_timestamp.
415 416 417 |
# File 'sig/types.rbs', line 415 def @modified_timestamp end |
#parent_folder_id ⇒ ::String
Returns the value of attribute parent_folder_id.
413 414 415 |
# File 'sig/types.rbs', line 413 def parent_folder_id @parent_folder_id end |
#resource_state ⇒ "ACTIVE", ...
Returns the value of attribute resource_state.
417 418 419 |
# File 'sig/types.rbs', line 417 def resource_state @resource_state end |