Class: Aws::Types::UpdateContextRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContextRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context_name ⇒ ::String
Returns the value of attribute context_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
-
#properties_to_remove ⇒ ::Array[::String]
Returns the value of attribute properties_to_remove.
Instance Attribute Details
#context_name ⇒ ::String
Returns the value of attribute context_name.
12009 12010 12011 |
# File 'sig/types.rbs', line 12009 def context_name @context_name end |
#description ⇒ ::String
Returns the value of attribute description.
12010 12011 12012 |
# File 'sig/types.rbs', line 12010 def description @description end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
12011 12012 12013 |
# File 'sig/types.rbs', line 12011 def properties @properties end |
#properties_to_remove ⇒ ::Array[::String]
Returns the value of attribute properties_to_remove.
12012 12013 12014 |
# File 'sig/types.rbs', line 12012 def properties_to_remove @properties_to_remove end |