Class: Aws::Types::UpdateAliasInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_id::String

Returns the value of attribute alias_id.

Returns:

  • (::String)


2246
2247
2248
# File 'sig/types.rbs', line 2246

def alias_id
  @alias_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2248
2249
2250
# File 'sig/types.rbs', line 2248

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2247
2248
2249
# File 'sig/types.rbs', line 2247

def name
  @name
end

#routing_strategyTypes::RoutingStrategy

Returns the value of attribute routing_strategy.



2249
2250
2251
# File 'sig/types.rbs', line 2249

def routing_strategy
  @routing_strategy
end