Class: Aws::Types::EnvironmentActionSummary
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentActionSummary
- 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.
2243 2244 2245 |
# File 'sig/types.rbs', line 2243 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2238 2239 2240 |
# File 'sig/types.rbs', line 2238 def domain_id @domain_id end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
2239 2240 2241 |
# File 'sig/types.rbs', line 2239 def environment_id @environment_id end |
#id ⇒ ::String
Returns the value of attribute id.
2240 2241 2242 |
# File 'sig/types.rbs', line 2240 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2241 2242 2243 |
# File 'sig/types.rbs', line 2241 def name @name end |
#parameters ⇒ Types::ActionParameters
Returns the value of attribute parameters.
2242 2243 2244 |
# File 'sig/types.rbs', line 2242 def parameters @parameters end |