Class: Aws::Types::UpdateRevisionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRevisionResponse
- 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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def arn @arn end |
#comment ⇒ ::String
Returns the value of attribute comment.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def comment @comment end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def created_at @created_at end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def data_set_id @data_set_id end |
#finalized ⇒ Boolean
Returns the value of attribute finalized.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def finalized @finalized end |
#id ⇒ ::String
Returns the value of attribute id.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def id @id end |
#revocation_comment ⇒ ::String
Returns the value of attribute revocation_comment.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def revocation_comment @revocation_comment end |
#revoked ⇒ Boolean
Returns the value of attribute revoked.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def revoked @revoked end |
#revoked_at ⇒ ::Time
Returns the value of attribute revoked_at.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def revoked_at @revoked_at end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def source_id @source_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def updated_at @updated_at end |