Class: Aws::Types::CreateEnvironmentInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentInput
- 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.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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
#codebuild_role_arn ⇒ ::String
Returns the value of attribute codebuild_role_arn.
183 184 185 |
# File 'sig/types.rbs', line 183 def codebuild_role_arn @codebuild_role_arn end |
#component_role_arn ⇒ ::String
Returns the value of attribute component_role_arn.
184 185 186 |
# File 'sig/types.rbs', line 184 def component_role_arn @component_role_arn end |
#description ⇒ ::String
Returns the value of attribute description.
185 186 187 |
# File 'sig/types.rbs', line 185 def description @description end |
#environment_account_connection_id ⇒ ::String
Returns the value of attribute environment_account_connection_id.
186 187 188 |
# File 'sig/types.rbs', line 186 def environment_account_connection_id @environment_account_connection_id end |
#name ⇒ ::String
Returns the value of attribute name.
187 188 189 |
# File 'sig/types.rbs', line 187 def name @name end |
#proton_service_role_arn ⇒ ::String
Returns the value of attribute proton_service_role_arn.
188 189 190 |
# File 'sig/types.rbs', line 188 def proton_service_role_arn @proton_service_role_arn end |
#provisioning_repository ⇒ Types::RepositoryBranchInput
Returns the value of attribute provisioning_repository.
189 190 191 |
# File 'sig/types.rbs', line 189 def provisioning_repository @provisioning_repository end |
#spec ⇒ ::String
Returns the value of attribute spec.
190 191 192 |
# File 'sig/types.rbs', line 190 def spec @spec end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
191 192 193 |
# File 'sig/types.rbs', line 191 def @tags end |
#template_major_version ⇒ ::String
Returns the value of attribute template_major_version.
192 193 194 |
# File 'sig/types.rbs', line 192 def template_major_version @template_major_version end |
#template_minor_version ⇒ ::String
Returns the value of attribute template_minor_version.
193 194 195 |
# File 'sig/types.rbs', line 193 def template_minor_version @template_minor_version end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
194 195 196 |
# File 'sig/types.rbs', line 194 def template_name @template_name end |