Class: Aws::Route53::Types::ChangeCidrCollectionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID that is returned by ‘ChangeCidrCollection`. You can use it as input to `GetChange` to see if a CIDR collection change has propagated or not.

Returns:

  • (String)


684
685
686
687
688
# File 'lib/aws-sdk-route53/types.rb', line 684

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