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.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def context_name @context_name end |
#context_type ⇒ ::String
Returns the value of attribute context_type.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def context_type @context_type end |
#description ⇒ ::String
Returns the value of attribute description.
2082 2083 2084 |
# File 'sig/types.rbs', line 2082 def description @description end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def properties @properties end |
#source ⇒ Types::ContextSource
Returns the value of attribute source.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def source @source end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def @tags end |