Class: Aws::Route53::Types::ChangeCidrCollectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::ChangeCidrCollectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID that is returned by ‘ChangeCidrCollection`.
Instance Attribute Details
#id ⇒ String
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.
682 683 684 685 686 |
# File 'lib/aws-sdk-route53/types.rb', line 682 class ChangeCidrCollectionResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |