Class: Aws::Types::UpdateAgentContextRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:title])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1860
1861
1862
# File 'sig/types.rbs', line 1860

def id
  @id
end

#profile_arn ⇒ ::String

Returns the value of attribute profile_arn.

Returns:

  • (::String)


1859
1860
1861
# File 'sig/types.rbs', line 1859

def profile_arn
  @profile_arn
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


1861
1862
1863
# File 'sig/types.rbs', line 1861

def title
  @title
end