Class: Aws::Route53::Types::ChangeResourceRecordSetsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb

Overview

A complex type that contains change information for the resource record set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_batchTypes::ChangeBatch

A complex type that contains an optional comment and the Changes element.

Returns:



748
749
750
751
752
753
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 748

class ChangeResourceRecordSetsRequest < Struct.new(
  :hosted_zone_id,
  :change_batch)
  SENSITIVE = []
  include Aws::Structure
end

#hosted_zone_idString

The ID of the hosted zone that contains the resource record sets that you want to change.

Returns:

  • (String)


748
749
750
751
752
753
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 748

class ChangeResourceRecordSetsRequest < Struct.new(
  :hosted_zone_id,
  :change_batch)
  SENSITIVE = []
  include Aws::Structure
end