Class: Aws::Types::CreateAgentAliasRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_alias_name::String

Returns the value of attribute agent_alias_name.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def agent_alias_name
  @agent_alias_name
end

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def agent_id
  @agent_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def description
  @description
end

#routing_configuration::Array[Types::AgentAliasRoutingConfigurationListItem]

Returns the value of attribute routing_configuration.



429
430
431
# File 'sig/types.rbs', line 429

def routing_configuration
  @routing_configuration
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


430
431
432
# File 'sig/types.rbs', line 430

def tags
  @tags
end