Class: Aws::Types::Definition
- Inherits:
-
Object
- Object
- Aws::Types::Definition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checksum ⇒ Types::Checksum
Returns the value of attribute checksum.
-
#model_handle ⇒ ::String
Returns the value of attribute model_handle.
-
#s3_url ⇒ ::String
Returns the value of attribute s3_url.
-
#state ⇒ "DEPLOY", "UNDEPLOY"
Returns the value of attribute state.
Instance Attribute Details
#checksum ⇒ Types::Checksum
Returns the value of attribute checksum.
20 21 22 |
# File 'sig/types.rbs', line 20 def checksum @checksum end |
#model_handle ⇒ ::String
Returns the value of attribute model_handle.
18 19 20 |
# File 'sig/types.rbs', line 18 def model_handle @model_handle end |
#s3_url ⇒ ::String
Returns the value of attribute s3_url.
19 20 21 |
# File 'sig/types.rbs', line 19 def s3_url @s3_url end |
#state ⇒ "DEPLOY", "UNDEPLOY"
Returns the value of attribute state.
21 22 23 |
# File 'sig/types.rbs', line 21 def state @state end |