Class: Aws::Types::GetRevisionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRevisionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#finalized ⇒ Boolean
Returns the value of attribute finalized.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#revocation_comment ⇒ ::String
Returns the value of attribute revocation_comment.
-
#revoked ⇒ Boolean
Returns the value of attribute revoked.
-
#revoked_at ⇒ ::Time
Returns the value of attribute revoked_at.
-
#source_id ⇒ ::String
Returns the value of attribute source_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
531 532 533 |
# File 'sig/types.rbs', line 531 def arn @arn end |
#comment ⇒ ::String
Returns the value of attribute comment.
532 533 534 |
# File 'sig/types.rbs', line 532 def comment @comment end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
533 534 535 |
# File 'sig/types.rbs', line 533 def created_at @created_at end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
534 535 536 |
# File 'sig/types.rbs', line 534 def data_set_id @data_set_id end |
#finalized ⇒ Boolean
Returns the value of attribute finalized.
535 536 537 |
# File 'sig/types.rbs', line 535 def finalized @finalized end |
#id ⇒ ::String
Returns the value of attribute id.
536 537 538 |
# File 'sig/types.rbs', line 536 def id @id end |
#revocation_comment ⇒ ::String
Returns the value of attribute revocation_comment.
540 541 542 |
# File 'sig/types.rbs', line 540 def revocation_comment @revocation_comment end |
#revoked ⇒ Boolean
Returns the value of attribute revoked.
541 542 543 |
# File 'sig/types.rbs', line 541 def revoked @revoked end |
#revoked_at ⇒ ::Time
Returns the value of attribute revoked_at.
542 543 544 |
# File 'sig/types.rbs', line 542 def revoked_at @revoked_at end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
537 538 539 |
# File 'sig/types.rbs', line 537 def source_id @source_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
538 539 540 |
# File 'sig/types.rbs', line 538 def end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
539 540 541 |
# File 'sig/types.rbs', line 539 def updated_at @updated_at end |