Class: Aws::Types::CreateRevisionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateRevisionResponse
- 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.
220 221 222 |
# File 'sig/types.rbs', line 220 def arn @arn end |
#comment ⇒ ::String
Returns the value of attribute comment.
221 222 223 |
# File 'sig/types.rbs', line 221 def comment @comment end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
222 223 224 |
# File 'sig/types.rbs', line 222 def created_at @created_at end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
223 224 225 |
# File 'sig/types.rbs', line 223 def data_set_id @data_set_id end |
#finalized ⇒ Boolean
Returns the value of attribute finalized.
224 225 226 |
# File 'sig/types.rbs', line 224 def finalized @finalized end |
#id ⇒ ::String
Returns the value of attribute id.
225 226 227 |
# File 'sig/types.rbs', line 225 def id @id end |
#revocation_comment ⇒ ::String
Returns the value of attribute revocation_comment.
229 230 231 |
# File 'sig/types.rbs', line 229 def revocation_comment @revocation_comment end |
#revoked ⇒ Boolean
Returns the value of attribute revoked.
230 231 232 |
# File 'sig/types.rbs', line 230 def revoked @revoked end |
#revoked_at ⇒ ::Time
Returns the value of attribute revoked_at.
231 232 233 |
# File 'sig/types.rbs', line 231 def revoked_at @revoked_at end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
226 227 228 |
# File 'sig/types.rbs', line 226 def source_id @source_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
227 228 229 |
# File 'sig/types.rbs', line 227 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
228 229 230 |
# File 'sig/types.rbs', line 228 def updated_at @updated_at end |