Class: Aws::Types::CreateAliasRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


347
348
349
# File 'sig/types.rbs', line 347

def description
  @description
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def function_name
  @function_name
end

#function_version::String

Returns the value of attribute function_version.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def function_version
  @function_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def name
  @name
end

#routing_configTypes::AliasRoutingConfiguration

Returns the value of attribute routing_config.



348
349
350
# File 'sig/types.rbs', line 348

def routing_config
  @routing_config
end