Class: Aws::Types::Environment
- Inherits:
-
Object
- Object
- Aws::Types::Environment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#monitors ⇒ ::Array[Types::Monitor]
Returns the value of attribute monitors.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "READY_FOR_DEPLOYMENT", ...
Returns the value of attribute state.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
366 367 368 |
# File 'sig/types.rbs', line 366 def application_id @application_id end |
#description ⇒ ::String
Returns the value of attribute description.
369 370 371 |
# File 'sig/types.rbs', line 369 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
367 368 369 |
# File 'sig/types.rbs', line 367 def id @id end |
#monitors ⇒ ::Array[Types::Monitor]
Returns the value of attribute monitors.
371 372 373 |
# File 'sig/types.rbs', line 371 def monitors @monitors end |
#name ⇒ ::String
Returns the value of attribute name.
368 369 370 |
# File 'sig/types.rbs', line 368 def name @name end |
#state ⇒ "READY_FOR_DEPLOYMENT", ...
Returns the value of attribute state.
370 371 372 |
# File 'sig/types.rbs', line 370 def state @state end |