Class: Aws::Types::UpdateKxEnvironmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKxEnvironmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def environment_id @environment_id end |
#name ⇒ ::String
Returns the value of attribute name.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def name @name end |