Class: Aws::Types::ComponentSummary
- Inherits:
-
Object
- Object
- Aws::Types::ComponentSummary
- 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.
-
#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_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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
115 116 117 |
# File 'sig/types.rbs', line 115 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
116 117 118 |
# File 'sig/types.rbs', line 116 def created_at @created_at end |
#deployment_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute deployment_status.
117 118 119 |
# File 'sig/types.rbs', line 117 def deployment_status @deployment_status end |
#deployment_status_message ⇒ ::String
Returns the value of attribute deployment_status_message.
118 119 120 |
# File 'sig/types.rbs', line 118 def @deployment_status_message end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
119 120 121 |
# File 'sig/types.rbs', line 119 def environment_name @environment_name end |
#last_attempted_deployment_id ⇒ ::String
Returns the value of attribute last_attempted_deployment_id.
120 121 122 |
# File 'sig/types.rbs', line 120 def last_attempted_deployment_id @last_attempted_deployment_id end |
#last_deployment_attempted_at ⇒ ::Time
Returns the value of attribute last_deployment_attempted_at.
121 122 123 |
# File 'sig/types.rbs', line 121 def last_deployment_attempted_at @last_deployment_attempted_at end |
#last_deployment_succeeded_at ⇒ ::Time
Returns the value of attribute last_deployment_succeeded_at.
122 123 124 |
# File 'sig/types.rbs', line 122 def last_deployment_succeeded_at @last_deployment_succeeded_at end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
123 124 125 |
# File 'sig/types.rbs', line 123 def last_modified_at @last_modified_at end |
#last_succeeded_deployment_id ⇒ ::String
Returns the value of attribute last_succeeded_deployment_id.
124 125 126 |
# File 'sig/types.rbs', line 124 def last_succeeded_deployment_id @last_succeeded_deployment_id end |
#name ⇒ ::String
Returns the value of attribute name.
125 126 127 |
# File 'sig/types.rbs', line 125 def name @name end |
#service_instance_name ⇒ ::String
Returns the value of attribute service_instance_name.
126 127 128 |
# File 'sig/types.rbs', line 126 def service_instance_name @service_instance_name end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
127 128 129 |
# File 'sig/types.rbs', line 127 def service_name @service_name end |