Class: Aws::Types::UpdateEnvironmentProfileInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEnvironmentProfileInput
- 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.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
6614 6615 6616 |
# File 'sig/types.rbs', line 6614 def aws_account_id @aws_account_id end |
#aws_account_region ⇒ ::String
Returns the value of attribute aws_account_region.
6615 6616 6617 |
# File 'sig/types.rbs', line 6615 def aws_account_region @aws_account_region end |
#description ⇒ ::String
Returns the value of attribute description.
6612 6613 6614 |
# File 'sig/types.rbs', line 6612 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6609 6610 6611 |
# File 'sig/types.rbs', line 6609 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6610 6611 6612 |
# File 'sig/types.rbs', line 6610 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
6611 6612 6613 |
# File 'sig/types.rbs', line 6611 def name @name end |
#user_parameters ⇒ ::Array[Types::EnvironmentParameter]
Returns the value of attribute user_parameters.
6613 6614 6615 |
# File 'sig/types.rbs', line 6613 def user_parameters @user_parameters end |