Class: Aws::Types::UpdateEnvironmentActionInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEnvironmentActionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameters ⇒ Types::ActionParameters
Returns the value of attribute parameters.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
6532 6533 6534 |
# File 'sig/types.rbs', line 6532 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6527 6528 6529 |
# File 'sig/types.rbs', line 6527 def domain_identifier @domain_identifier end |
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
6528 6529 6530 |
# File 'sig/types.rbs', line 6528 def environment_identifier @environment_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6529 6530 6531 |
# File 'sig/types.rbs', line 6529 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
6531 6532 6533 |
# File 'sig/types.rbs', line 6531 def name @name end |
#parameters ⇒ Types::ActionParameters
Returns the value of attribute parameters.
6530 6531 6532 |
# File 'sig/types.rbs', line 6530 def parameters @parameters end |