Class: Aws::Types::UpdateAgentContextRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAgentContextRequest
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def client_token @client_token end |
#content ⇒ Types::ContextContent
Returns the value of attribute content.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def content @content end |
#id ⇒ ::String
Returns the value of attribute id.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def id @id end |
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def profile_arn @profile_arn end |
#title ⇒ ::String
Returns the value of attribute title.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def title @title end |