Class: Aws::Types::CreateContextRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateContextRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context_name ⇒ ::String
Returns the value of attribute context_name.
-
#context_type ⇒ ::String
Returns the value of attribute context_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
-
#source ⇒ Types::ContextSource
Returns the value of attribute source.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#context_name ⇒ ::String
Returns the value of attribute context_name.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def context_name @context_name end |
#context_type ⇒ ::String
Returns the value of attribute context_type.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def context_type @context_type end |
#description ⇒ ::String
Returns the value of attribute description.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def description @description end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def properties @properties end |
#source ⇒ Types::ContextSource
Returns the value of attribute source.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def source @source end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2069 2070 2071 |
# File 'sig/types.rbs', line 2069 def @tags end |