Class: Aws::Route53::Types::ChangeBatch

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

Overview

The information for a change request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#changesArray<Types::Change>

Information about the changes to make to the record sets.

Returns:



630
631
632
633
634
635
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 630

class ChangeBatch < Struct.new(
  :comment,
  :changes)
  SENSITIVE = []
  include Aws::Structure
end

#commentString

Optional: Any comments you want to include about a change batch request.

Returns:

  • (String)


630
631
632
633
634
635
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 630

class ChangeBatch < Struct.new(
  :comment,
  :changes)
  SENSITIVE = []
  include Aws::Structure
end