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.
12001 12002 12003 |
# File 'sig/types.rbs', line 12001 def context_name @context_name end |
#description ⇒ ::String
Returns the value of attribute description.
12002 12003 12004 |
# File 'sig/types.rbs', line 12002 def description @description end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
12003 12004 12005 |
# File 'sig/types.rbs', line 12003 def properties @properties end |
#properties_to_remove ⇒ ::Array[::String]
Returns the value of attribute properties_to_remove.
12004 12005 12006 |
# File 'sig/types.rbs', line 12004 def properties_to_remove @properties_to_remove end |