Class: Aws::Types::AssociateAliasRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def alias
  @alias
end

#target_distribution_id::String

Returns the value of attribute target_distribution_id.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def target_distribution_id
  @target_distribution_id
end