Class: Aws::Types::AssociateAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#target_distribution_id ⇒ ::String
Returns the value of attribute target_distribution_id.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
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.
86 87 88 |
# File 'sig/types.rbs', line 86 def target_distribution_id @target_distribution_id end |