Class: Aws::Types::CreateAgentContextRequest

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)


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.

Returns:

  • ("APPLICATION")


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.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def profile_arn
  @profile_arn
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


318
319
320
# File 'sig/types.rbs', line 318

def title
  @title
end