Class: Aws::Types::UpdateAliasRequest

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)


2158
2159
2160
# File 'sig/types.rbs', line 2158

def description
  @description
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


2155
2156
2157
# File 'sig/types.rbs', line 2155

def function_name
  @function_name
end

#function_version::String

Returns the value of attribute function_version.

Returns:

  • (::String)


2157
2158
2159
# File 'sig/types.rbs', line 2157

def function_version
  @function_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2156
2157
2158
# File 'sig/types.rbs', line 2156

def name
  @name
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


2160
2161
2162
# File 'sig/types.rbs', line 2160

def revision_id
  @revision_id
end

#routing_configTypes::AliasRoutingConfiguration

Returns the value of attribute routing_config.



2159
2160
2161
# File 'sig/types.rbs', line 2159

def routing_config
  @routing_config
end