Class: Aws::Types::UpdateEnvironmentInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEnvironmentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#codebuild_role_arn ⇒ ::String
Returns the value of attribute codebuild_role_arn.
-
#component_role_arn ⇒ ::String
Returns the value of attribute component_role_arn.
-
#deployment_type ⇒ "NONE", ...
Returns the value of attribute deployment_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_account_connection_id ⇒ ::String
Returns the value of attribute environment_account_connection_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#proton_service_role_arn ⇒ ::String
Returns the value of attribute proton_service_role_arn.
-
#provisioning_repository ⇒ Types::RepositoryBranchInput
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.
Instance Attribute Details
#codebuild_role_arn ⇒ ::String
Returns the value of attribute codebuild_role_arn.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def codebuild_role_arn @codebuild_role_arn end |
#component_role_arn ⇒ ::String
Returns the value of attribute component_role_arn.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def component_role_arn @component_role_arn end |
#deployment_type ⇒ "NONE", ...
Returns the value of attribute deployment_type.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def deployment_type @deployment_type end |
#description ⇒ ::String
Returns the value of attribute description.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def description @description end |
#environment_account_connection_id ⇒ ::String
Returns the value of attribute environment_account_connection_id.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def environment_account_connection_id @environment_account_connection_id end |
#name ⇒ ::String
Returns the value of attribute name.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def name @name end |
#proton_service_role_arn ⇒ ::String
Returns the value of attribute proton_service_role_arn.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def proton_service_role_arn @proton_service_role_arn end |
#provisioning_repository ⇒ Types::RepositoryBranchInput
Returns the value of attribute provisioning_repository.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def provisioning_repository @provisioning_repository end |
#spec ⇒ ::String
Returns the value of attribute spec.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def spec @spec end |
#template_major_version ⇒ ::String
Returns the value of attribute template_major_version.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def template_major_version @template_major_version end |
#template_minor_version ⇒ ::String
Returns the value of attribute template_minor_version.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def template_minor_version @template_minor_version end |