Class: Aws::Types::CreateAssistantRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


686
687
688
# File 'sig/types.rbs', line 686

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


689
690
691
# File 'sig/types.rbs', line 689

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


687
688
689
# File 'sig/types.rbs', line 687

def name
  @name
end

#server_side_encryption_configurationTypes::ServerSideEncryptionConfiguration

Returns the value of attribute server_side_encryption_configuration.



691
692
693
# File 'sig/types.rbs', line 691

def server_side_encryption_configuration
  @server_side_encryption_configuration
end

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

Returns the value of attribute tags.

Returns:

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


690
691
692
# File 'sig/types.rbs', line 690

def tags
  @tags
end

#type"AGENT"

Returns the value of attribute type.

Returns:

  • ("AGENT")


688
689
690
# File 'sig/types.rbs', line 688

def type
  @type
end