Class: Aws::Types::CreateEnvironmentActionOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentActionOutput
- 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.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def domain_id @domain_id end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def environment_id @environment_id end |
#id ⇒ ::String
Returns the value of attribute id.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def name @name end |
#parameters ⇒ Types::ActionParameters
Returns the value of attribute parameters.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def parameters @parameters end |