Class: Aws::Types::UpdateDomainAssociationResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainAssociationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
4012 4013 4014 |
# File 'sig/types.rbs', line 4012 def domain @domain end |
#etag ⇒ ::String
Returns the value of attribute etag.
4014 4015 4016 |
# File 'sig/types.rbs', line 4014 def etag @etag end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
4013 4014 4015 |
# File 'sig/types.rbs', line 4013 def resource_id @resource_id end |