Class: Aws::Types::Environment
- Inherits:
-
Object
- Object
- Aws::Types::Environment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#codebuild_role_arn ⇒ ::String
Returns the value of attribute codebuild_role_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.
-
#provisioning_repository ⇒ Types::RepositoryBranch
Returns the value of attribute provisioning_repository.
-
#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.
531 532 533 |
# File 'sig/types.rbs', line 531 def arn @arn end |
#codebuild_role_arn ⇒ ::String
Returns the value of attribute codebuild_role_arn.
532 533 534 |
# File 'sig/types.rbs', line 532 def codebuild_role_arn @codebuild_role_arn end |
#component_role_arn ⇒ ::String
Returns the value of attribute component_role_arn.
533 534 535 |
# File 'sig/types.rbs', line 533 def component_role_arn @component_role_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
534 535 536 |
# File 'sig/types.rbs', line 534 def created_at @created_at end |
#deployment_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute deployment_status.
535 536 537 |
# File 'sig/types.rbs', line 535 def deployment_status @deployment_status end |
#deployment_status_message ⇒ ::String
Returns the value of attribute deployment_status_message.
536 537 538 |
# File 'sig/types.rbs', line 536 def @deployment_status_message end |
#description ⇒ ::String
Returns the value of attribute description.
537 538 539 |
# File 'sig/types.rbs', line 537 def description @description end |
#environment_account_connection_id ⇒ ::String
Returns the value of attribute environment_account_connection_id.
538 539 540 |
# File 'sig/types.rbs', line 538 def environment_account_connection_id @environment_account_connection_id end |
#environment_account_id ⇒ ::String
Returns the value of attribute environment_account_id.
539 540 541 |
# File 'sig/types.rbs', line 539 def environment_account_id @environment_account_id end |
#last_attempted_deployment_id ⇒ ::String
Returns the value of attribute last_attempted_deployment_id.
540 541 542 |
# File 'sig/types.rbs', line 540 def last_attempted_deployment_id @last_attempted_deployment_id end |
#last_deployment_attempted_at ⇒ ::Time
Returns the value of attribute last_deployment_attempted_at.
541 542 543 |
# File 'sig/types.rbs', line 541 def last_deployment_attempted_at @last_deployment_attempted_at end |
#last_deployment_succeeded_at ⇒ ::Time
Returns the value of attribute last_deployment_succeeded_at.
542 543 544 |
# File 'sig/types.rbs', line 542 def last_deployment_succeeded_at @last_deployment_succeeded_at end |
#last_succeeded_deployment_id ⇒ ::String
Returns the value of attribute last_succeeded_deployment_id.
543 544 545 |
# File 'sig/types.rbs', line 543 def last_succeeded_deployment_id @last_succeeded_deployment_id end |
#name ⇒ ::String
Returns the value of attribute name.
544 545 546 |
# File 'sig/types.rbs', line 544 def name @name end |
#proton_service_role_arn ⇒ ::String
Returns the value of attribute proton_service_role_arn.
545 546 547 |
# File 'sig/types.rbs', line 545 def proton_service_role_arn @proton_service_role_arn end |
#provisioning ⇒ "CUSTOMER_MANAGED"
Returns the value of attribute provisioning.
546 547 548 |
# File 'sig/types.rbs', line 546 def provisioning @provisioning end |
#provisioning_repository ⇒ Types::RepositoryBranch
Returns the value of attribute provisioning_repository.
547 548 549 |
# File 'sig/types.rbs', line 547 def provisioning_repository @provisioning_repository end |
#spec ⇒ ::String
Returns the value of attribute spec.
548 549 550 |
# File 'sig/types.rbs', line 548 def spec @spec end |
#template_major_version ⇒ ::String
Returns the value of attribute template_major_version.
549 550 551 |
# File 'sig/types.rbs', line 549 def template_major_version @template_major_version end |
#template_minor_version ⇒ ::String
Returns the value of attribute template_minor_version.
550 551 552 |
# File 'sig/types.rbs', line 550 def template_minor_version @template_minor_version end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
551 552 553 |
# File 'sig/types.rbs', line 551 def template_name @template_name end |