Class: Aws::Types::GetEnvironmentActionOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetEnvironmentActionOutput
- 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.
2749 2750 2751 |
# File 'sig/types.rbs', line 2749 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2744 2745 2746 |
# File 'sig/types.rbs', line 2744 def domain_id @domain_id end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
2745 2746 2747 |
# File 'sig/types.rbs', line 2745 def environment_id @environment_id end |
#id ⇒ ::String
Returns the value of attribute id.
2746 2747 2748 |
# File 'sig/types.rbs', line 2746 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2747 2748 2749 |
# File 'sig/types.rbs', line 2747 def name @name end |
#parameters ⇒ Types::ActionParameters
Returns the value of attribute parameters.
2748 2749 2750 |
# File 'sig/types.rbs', line 2748 def parameters @parameters end |