Class: Aws::Types::ConfigurableEnvironmentAction
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurableEnvironmentAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth ⇒ "IAM", "HTTPS"
Returns the value of attribute auth.
-
#parameters ⇒ ::Array[Types::ConfigurableActionParameter]
Returns the value of attribute parameters.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#auth ⇒ "IAM", "HTTPS"
Returns the value of attribute auth.
578 579 580 |
# File 'sig/types.rbs', line 578 def auth @auth end |
#parameters ⇒ ::Array[Types::ConfigurableActionParameter]
Returns the value of attribute parameters.
579 580 581 |
# File 'sig/types.rbs', line 579 def parameters @parameters end |
#type ⇒ ::String
Returns the value of attribute type.
577 578 579 |
# File 'sig/types.rbs', line 577 def type @type end |