Class: Aws::Types::Component
- Inherits:
-
Object
- Object
- Aws::Types::Component
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#deployment_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute deployment_status.
-
#deployment_status_message ⇒ ::String
Returns the value of attribute deployment_status_message.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#last_attempted_deployment_id ⇒ ::String
Returns the value of attribute last_attempted_deployment_id.
-
#last_client_request_token ⇒ ::String
Returns the value of attribute last_client_request_token.
-
#last_deployment_attempted_at ⇒ ::Time
Returns the value of attribute last_deployment_attempted_at.
-
#last_deployment_succeeded_at ⇒ ::Time
Returns the value of attribute last_deployment_succeeded_at.
-
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
-
#last_succeeded_deployment_id ⇒ ::String
Returns the value of attribute last_succeeded_deployment_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#service_instance_name ⇒ ::String
Returns the value of attribute service_instance_name.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#service_spec ⇒ ::String
Returns the value of attribute service_spec.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
87 88 89 |
# File 'sig/types.rbs', line 87 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
88 89 90 |
# File 'sig/types.rbs', line 88 def created_at @created_at end |
#deployment_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute deployment_status.
89 90 91 |
# File 'sig/types.rbs', line 89 def deployment_status @deployment_status end |
#deployment_status_message ⇒ ::String
Returns the value of attribute deployment_status_message.
90 91 92 |
# File 'sig/types.rbs', line 90 def @deployment_status_message end |
#description ⇒ ::String
Returns the value of attribute description.
91 92 93 |
# File 'sig/types.rbs', line 91 def description @description end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
92 93 94 |
# File 'sig/types.rbs', line 92 def environment_name @environment_name end |
#last_attempted_deployment_id ⇒ ::String
Returns the value of attribute last_attempted_deployment_id.
93 94 95 |
# File 'sig/types.rbs', line 93 def last_attempted_deployment_id @last_attempted_deployment_id end |
#last_client_request_token ⇒ ::String
Returns the value of attribute last_client_request_token.
94 95 96 |
# File 'sig/types.rbs', line 94 def last_client_request_token @last_client_request_token end |
#last_deployment_attempted_at ⇒ ::Time
Returns the value of attribute last_deployment_attempted_at.
95 96 97 |
# File 'sig/types.rbs', line 95 def last_deployment_attempted_at @last_deployment_attempted_at end |
#last_deployment_succeeded_at ⇒ ::Time
Returns the value of attribute last_deployment_succeeded_at.
96 97 98 |
# File 'sig/types.rbs', line 96 def last_deployment_succeeded_at @last_deployment_succeeded_at end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
97 98 99 |
# File 'sig/types.rbs', line 97 def last_modified_at @last_modified_at end |
#last_succeeded_deployment_id ⇒ ::String
Returns the value of attribute last_succeeded_deployment_id.
98 99 100 |
# File 'sig/types.rbs', line 98 def last_succeeded_deployment_id @last_succeeded_deployment_id end |
#name ⇒ ::String
Returns the value of attribute name.
99 100 101 |
# File 'sig/types.rbs', line 99 def name @name end |
#service_instance_name ⇒ ::String
Returns the value of attribute service_instance_name.
100 101 102 |
# File 'sig/types.rbs', line 100 def service_instance_name @service_instance_name end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
101 102 103 |
# File 'sig/types.rbs', line 101 def service_name @service_name end |
#service_spec ⇒ ::String
Returns the value of attribute service_spec.
102 103 104 |
# File 'sig/types.rbs', line 102 def service_spec @service_spec end |