Class: Aws::Types::UpdateDomainAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
-
#target_resource ⇒ Types::DistributionResourceId
Returns the value of attribute target_resource.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
4005 4006 4007 |
# File 'sig/types.rbs', line 4005 def domain @domain end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
4007 4008 4009 |
# File 'sig/types.rbs', line 4007 def if_match @if_match end |
#target_resource ⇒ Types::DistributionResourceId
Returns the value of attribute target_resource.
4006 4007 4008 |
# File 'sig/types.rbs', line 4006 def target_resource @target_resource end |