Class: Aws::Types::Alias

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#alias_arn::String

Returns the value of attribute alias_arn.



24
25
26
# File 'sig/types.rbs', line 24

def alias_arn
  @alias_arn
end

#alias_id::String

Returns the value of attribute alias_id.



22
23
24
# File 'sig/types.rbs', line 22

def alias_id
  @alias_id
end

#creation_time::Time

Returns the value of attribute creation_time.



27
28
29
# File 'sig/types.rbs', line 27

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.



25
26
27
# File 'sig/types.rbs', line 25

def description
  @description
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.



28
29
30
# File 'sig/types.rbs', line 28

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.



23
24
25
# File 'sig/types.rbs', line 23

def name
  @name
end

#routing_strategyTypes::RoutingStrategy

Returns the value of attribute routing_strategy.



26
27
28
# File 'sig/types.rbs', line 26

def routing_strategy
  @routing_strategy
end