Class: Aws::Types::ChangeResourceRecordSetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ChangeResourceRecordSetsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_batch ⇒ Types::ChangeBatch
Returns the value of attribute change_batch.
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
Instance Attribute Details
#change_batch ⇒ Types::ChangeBatch
Returns the value of attribute change_batch.
87 88 89 |
# File 'sig/types.rbs', line 87 def change_batch @change_batch end |
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
86 87 88 |
# File 'sig/types.rbs', line 86 def hosted_zone_id @hosted_zone_id end |