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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-route53/types.rb', line 2587

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