Class: Aws::Route53::Types::GetChangeResponse

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

Overview

A complex type that contains the ChangeInfo element.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_infoTypes::ChangeInfo

A complex type that contains information about the specified change batch.

Returns:



2587
2588
2589
2590
2591
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2587

class GetChangeResponse < Struct.new(
  :change_info)
  SENSITIVE = []
  include Aws::Structure
end