Class: Aws::Types::AliasConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_arn::String

Returns the value of attribute alias_arn.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def alias_arn
  @alias_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def description
  @description
end

#function_version::String

Returns the value of attribute function_version.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def function_version
  @function_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def name
  @name
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def revision_id
  @revision_id
end

#routing_configTypes::AliasRoutingConfiguration

Returns the value of attribute routing_config.



69
70
71
# File 'sig/types.rbs', line 69

def routing_config
  @routing_config
end