Class: Aws::Types::EnvironmentSummary
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#component_role_arn ⇒ ::String
Returns the value of attribute component_role_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_account_connection_id ⇒ ::String
Returns the value of attribute environment_account_connection_id.
-
#environment_account_id ⇒ ::String
Returns the value of attribute environment_account_id.
-
#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_succeeded_deployment_id ⇒ ::String
Returns the value of attribute last_succeeded_deployment_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#proton_service_role_arn ⇒ ::String
Returns the value of attribute proton_service_role_arn.
-
#provisioning ⇒ "CUSTOMER_MANAGED"
Returns the value of attribute provisioning.
-
#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.
593 594 595 |
# File 'sig/types.rbs', line 593 def arn @arn end |
#component_role_arn ⇒ ::String
Returns the value of attribute component_role_arn.
594 595 596 |
# File 'sig/types.rbs', line 594 def component_role_arn @component_role_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
595 596 597 |
# File 'sig/types.rbs', line 595 def created_at @created_at end |
#deployment_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute deployment_status.
596 597 598 |
# File 'sig/types.rbs', line 596 def deployment_status @deployment_status end |
#deployment_status_message ⇒ ::String
Returns the value of attribute deployment_status_message.
597 598 599 |
# File 'sig/types.rbs', line 597 def @deployment_status_message end |
#description ⇒ ::String
Returns the value of attribute description.
598 599 600 |
# File 'sig/types.rbs', line 598 def description @description end |
#environment_account_connection_id ⇒ ::String
Returns the value of attribute environment_account_connection_id.
599 600 601 |
# File 'sig/types.rbs', line 599 def environment_account_connection_id @environment_account_connection_id end |
#environment_account_id ⇒ ::String
Returns the value of attribute environment_account_id.
600 601 602 |
# File 'sig/types.rbs', line 600 def environment_account_id @environment_account_id end |
#last_attempted_deployment_id ⇒ ::String
Returns the value of attribute last_attempted_deployment_id.
601 602 603 |
# File 'sig/types.rbs', line 601 def last_attempted_deployment_id @last_attempted_deployment_id end |
#last_deployment_attempted_at ⇒ ::Time
Returns the value of attribute last_deployment_attempted_at.
602 603 604 |
# File 'sig/types.rbs', line 602 def last_deployment_attempted_at @last_deployment_attempted_at end |
#last_deployment_succeeded_at ⇒ ::Time
Returns the value of attribute last_deployment_succeeded_at.
603 604 605 |
# File 'sig/types.rbs', line 603 def last_deployment_succeeded_at @last_deployment_succeeded_at end |
#last_succeeded_deployment_id ⇒ ::String
Returns the value of attribute last_succeeded_deployment_id.
604 605 606 |
# File 'sig/types.rbs', line 604 def last_succeeded_deployment_id @last_succeeded_deployment_id end |
#name ⇒ ::String
Returns the value of attribute name.
605 606 607 |
# File 'sig/types.rbs', line 605 def name @name end |
#proton_service_role_arn ⇒ ::String
Returns the value of attribute proton_service_role_arn.
606 607 608 |
# File 'sig/types.rbs', line 606 def proton_service_role_arn @proton_service_role_arn end |
#provisioning ⇒ "CUSTOMER_MANAGED"
Returns the value of attribute provisioning.
607 608 609 |
# File 'sig/types.rbs', line 607 def provisioning @provisioning end |
#template_major_version ⇒ ::String
Returns the value of attribute template_major_version.
608 609 610 |
# File 'sig/types.rbs', line 608 def template_major_version @template_major_version end |
#template_minor_version ⇒ ::String
Returns the value of attribute template_minor_version.
609 610 611 |
# File 'sig/types.rbs', line 609 def template_minor_version @template_minor_version end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
610 611 612 |
# File 'sig/types.rbs', line 610 def template_name @template_name end |