Class: Aws::Types::CreateAliasInput

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)


238
239
240
# File 'sig/types.rbs', line 238

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def name
  @name
end

#routing_strategyTypes::RoutingStrategy

Returns the value of attribute routing_strategy.



239
240
241
# File 'sig/types.rbs', line 239

def routing_strategy
  @routing_strategy
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



240
241
242
# File 'sig/types.rbs', line 240

def tags
  @tags
end