Class: Aws::Types::CreateEnvironmentActionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentActionInput
- 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.
-
#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.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def domain_identifier @domain_identifier end |
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def environment_identifier @environment_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def name @name end |
#parameters ⇒ Types::ActionParameters
Returns the value of attribute parameters.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def parameters @parameters end |