Class: Aws::Types::ServiceInstance
- Inherits:
-
Object
- Object
- Aws::Types::ServiceInstance
- 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_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_succeeded_deployment_id ⇒ ::String
Returns the value of attribute last_succeeded_deployment_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#spec ⇒ ::String
Returns the value of attribute spec.
-
#template_major_version ⇒ ::String
Returns the value of attribute template_major_version.
-
#template_minor_version ⇒ ::String
Returns the value of attribute template_minor_version.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def created_at @created_at end |
#deployment_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute deployment_status.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def deployment_status @deployment_status end |
#deployment_status_message ⇒ ::String
Returns the value of attribute deployment_status_message.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def @deployment_status_message end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def environment_name @environment_name end |
#last_attempted_deployment_id ⇒ ::String
Returns the value of attribute last_attempted_deployment_id.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def last_attempted_deployment_id @last_attempted_deployment_id end |
#last_client_request_token ⇒ ::String
Returns the value of attribute last_client_request_token.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def last_client_request_token @last_client_request_token end |
#last_deployment_attempted_at ⇒ ::Time
Returns the value of attribute last_deployment_attempted_at.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def last_deployment_attempted_at @last_deployment_attempted_at end |
#last_deployment_succeeded_at ⇒ ::Time
Returns the value of attribute last_deployment_succeeded_at.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def last_deployment_succeeded_at @last_deployment_succeeded_at end |
#last_succeeded_deployment_id ⇒ ::String
Returns the value of attribute last_succeeded_deployment_id.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def last_succeeded_deployment_id @last_succeeded_deployment_id end |
#name ⇒ ::String
Returns the value of attribute name.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def name @name end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def service_name @service_name end |
#spec ⇒ ::String
Returns the value of attribute spec.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def spec @spec end |
#template_major_version ⇒ ::String
Returns the value of attribute template_major_version.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def template_major_version @template_major_version end |
#template_minor_version ⇒ ::String
Returns the value of attribute template_minor_version.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def template_minor_version @template_minor_version end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def template_name @template_name end |