Class: Aws::Types::UpdateEnvironmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEnvironmentRequest
- 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.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#monitors ⇒ ::Array[Types::Monitor]
Returns the value of attribute monitors.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
906 907 908 |
# File 'sig/types.rbs', line 906 def application_id @application_id end |
#description ⇒ ::String
Returns the value of attribute description.
909 910 911 |
# File 'sig/types.rbs', line 909 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
907 908 909 |
# File 'sig/types.rbs', line 907 def environment_id @environment_id end |
#monitors ⇒ ::Array[Types::Monitor]
Returns the value of attribute monitors.
910 911 912 |
# File 'sig/types.rbs', line 910 def monitors @monitors end |
#name ⇒ ::String
Returns the value of attribute name.
908 909 910 |
# File 'sig/types.rbs', line 908 def name @name end |