Class: Aws::Types::CreateVoiceProfileDomainRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def client_request_token
  @client_request_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def name
  @name
end

#server_side_encryption_configurationTypes::ServerSideEncryptionConfiguration

Returns the value of attribute server_side_encryption_configuration.



196
197
198
# File 'sig/types.rbs', line 196

def server_side_encryption_configuration
  @server_side_encryption_configuration
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



198
199
200
# File 'sig/types.rbs', line 198

def tags
  @tags
end