Class: Aws::Types::CreateEnvironmentProfileInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentProfileInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#aws_account_region ⇒ ::String
Returns the value of attribute aws_account_region.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#environment_blueprint_identifier ⇒ ::String
Returns the value of attribute environment_blueprint_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#project_identifier ⇒ ::String
Returns the value of attribute project_identifier.
-
#user_parameters ⇒ ::Array[Types::EnvironmentParameter]
Returns the value of attribute user_parameters.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def aws_account_id @aws_account_id end |
#aws_account_region ⇒ ::String
Returns the value of attribute aws_account_region.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def aws_account_region @aws_account_region end |
#description ⇒ ::String
Returns the value of attribute description.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def domain_identifier @domain_identifier end |
#environment_blueprint_identifier ⇒ ::String
Returns the value of attribute environment_blueprint_identifier.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def environment_blueprint_identifier @environment_blueprint_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def name @name end |
#project_identifier ⇒ ::String
Returns the value of attribute project_identifier.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def project_identifier @project_identifier end |
#user_parameters ⇒ ::Array[Types::EnvironmentParameter]
Returns the value of attribute user_parameters.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def user_parameters @user_parameters end |