Class: Aws::Types::UpdateEnvironmentActionOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEnvironmentActionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
6542 6543 6544 |
# File 'sig/types.rbs', line 6542 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
6537 6538 6539 |
# File 'sig/types.rbs', line 6537 def domain_id @domain_id end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
6538 6539 6540 |
# File 'sig/types.rbs', line 6538 def environment_id @environment_id end |
#id ⇒ ::String
Returns the value of attribute id.
6539 6540 6541 |
# File 'sig/types.rbs', line 6539 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
6540 6541 6542 |
# File 'sig/types.rbs', line 6540 def name @name end |
#parameters ⇒ Types::ActionParameters
Returns the value of attribute parameters.
6541 6542 6543 |
# File 'sig/types.rbs', line 6541 def parameters @parameters end |