Class: Aws::Types::CreateDaemonResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDaemonResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#daemon_arn ⇒ ::String
Returns the value of attribute daemon_arn.
-
#deployment_arn ⇒ ::String
Returns the value of attribute deployment_arn.
-
#status ⇒ "ACTIVE", "DELETE_IN_PROGRESS"
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
410 411 412 |
# File 'sig/types.rbs', line 410 def created_at @created_at end |
#daemon_arn ⇒ ::String
Returns the value of attribute daemon_arn.
408 409 410 |
# File 'sig/types.rbs', line 408 def daemon_arn @daemon_arn end |
#deployment_arn ⇒ ::String
Returns the value of attribute deployment_arn.
411 412 413 |
# File 'sig/types.rbs', line 411 def deployment_arn @deployment_arn end |
#status ⇒ "ACTIVE", "DELETE_IN_PROGRESS"
Returns the value of attribute status.
409 410 411 |
# File 'sig/types.rbs', line 409 def status @status end |