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)


174
175
176
# File 'sig/types.rbs', line 174

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def name
  @name
end

#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration

Returns the value of attribute server_side_encryption_configuration.



177
178
179
# File 'sig/types.rbs', line 177

def server_side_encryption_configuration
  @server_side_encryption_configuration
end

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

Returns the value of attribute tags.

Returns:

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


178
179
180
# File 'sig/types.rbs', line 178

def tags
  @tags
end

#type ⇒ "AGENT"

Returns the value of attribute type.

Returns:

  • ("AGENT")


179
180
181
# File 'sig/types.rbs', line 179

def type
  @type
end