Class: Aws::Types::CreateEnvironmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentRequest
- 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.
-
#monitors ⇒ ::Array[Types::Monitor]
Returns the value of attribute monitors.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
173 174 175 |
# File 'sig/types.rbs', line 173 def application_id @application_id end |
#description ⇒ ::String
Returns the value of attribute description.
175 176 177 |
# File 'sig/types.rbs', line 175 def description @description end |
#monitors ⇒ ::Array[Types::Monitor]
Returns the value of attribute monitors.
176 177 178 |
# File 'sig/types.rbs', line 176 def monitors @monitors end |
#name ⇒ ::String
Returns the value of attribute name.
174 175 176 |
# File 'sig/types.rbs', line 174 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
177 178 179 |
# File 'sig/types.rbs', line 177 def end |