Class: Aws::Types::CreateAgentContextRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAgentContextRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#content ⇒ Types::ContextContent
Returns the value of attribute content.
-
#context_type ⇒ "APPLICATION"
Returns the value of attribute context_type.
-
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
316 317 318 |
# File 'sig/types.rbs', line 316 def client_token @client_token end |
#content ⇒ Types::ContextContent
Returns the value of attribute content.
320 321 322 |
# File 'sig/types.rbs', line 320 def content @content end |
#context_type ⇒ "APPLICATION"
Returns the value of attribute context_type.
319 320 321 |
# File 'sig/types.rbs', line 319 def context_type @context_type end |
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
317 318 319 |
# File 'sig/types.rbs', line 317 def profile_arn @profile_arn end |
#title ⇒ ::String
Returns the value of attribute title.
318 319 320 |
# File 'sig/types.rbs', line 318 def title @title end |