Class: Aws::Types::DocumentVersionMetadata
- Inherits:
-
Object
- Object
- Aws::Types::DocumentVersionMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_created_timestamp ⇒ ::Time
Returns the value of attribute content_created_timestamp.
-
#content_modified_timestamp ⇒ ::Time
Returns the value of attribute content_modified_timestamp.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#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.
-
#modified_timestamp ⇒ ::Time
Returns the value of attribute modified_timestamp.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#signature ⇒ ::String
Returns the value of attribute signature.
-
#size ⇒ ::Integer
Returns the value of attribute size.
-
#source ⇒ ::Hash[("ORIGINAL" | "WITH_COMMENTS"), ::String]
Returns the value of attribute source.
-
#status ⇒ "INITIALIZED", "ACTIVE"
Returns the value of attribute status.
-
#thumbnail ⇒ ::Hash[("SMALL" | "SMALL_HQ" | "LARGE"), ::String]
Returns the value of attribute thumbnail.
Instance Attribute Details
#content_created_timestamp ⇒ ::Time
Returns the value of attribute content_created_timestamp.
431 432 433 |
# File 'sig/types.rbs', line 431 def @content_created_timestamp end |
#content_modified_timestamp ⇒ ::Time
Returns the value of attribute content_modified_timestamp.
432 433 434 |
# File 'sig/types.rbs', line 432 def @content_modified_timestamp end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
425 426 427 |
# File 'sig/types.rbs', line 425 def content_type @content_type end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
429 430 431 |
# File 'sig/types.rbs', line 429 def @created_timestamp end |
#creator_id ⇒ ::String
Returns the value of attribute creator_id.
433 434 435 |
# File 'sig/types.rbs', line 433 def creator_id @creator_id end |
#id ⇒ ::String
Returns the value of attribute id.
423 424 425 |
# File 'sig/types.rbs', line 423 def id @id end |
#modified_timestamp ⇒ ::Time
Returns the value of attribute modified_timestamp.
430 431 432 |
# File 'sig/types.rbs', line 430 def @modified_timestamp end |
#name ⇒ ::String
Returns the value of attribute name.
424 425 426 |
# File 'sig/types.rbs', line 424 def name @name end |
#signature ⇒ ::String
Returns the value of attribute signature.
427 428 429 |
# File 'sig/types.rbs', line 427 def signature @signature end |
#size ⇒ ::Integer
Returns the value of attribute size.
426 427 428 |
# File 'sig/types.rbs', line 426 def size @size end |
#source ⇒ ::Hash[("ORIGINAL" | "WITH_COMMENTS"), ::String]
Returns the value of attribute source.
435 436 437 |
# File 'sig/types.rbs', line 435 def source @source end |
#status ⇒ "INITIALIZED", "ACTIVE"
Returns the value of attribute status.
428 429 430 |
# File 'sig/types.rbs', line 428 def status @status end |
#thumbnail ⇒ ::Hash[("SMALL" | "SMALL_HQ" | "LARGE"), ::String]
Returns the value of attribute thumbnail.
434 435 436 |
# File 'sig/types.rbs', line 434 def thumbnail @thumbnail end |