Class: Aws::EC2::Types::DisassociateVpcCidrBlockRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisassociateVpcCidrBlockRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ String
The association ID for the CIDR block.
Instance Attribute Details
permalink #association_id ⇒ String
The association ID for the CIDR block.
32305 32306 32307 32308 32309 |
# File 'lib/aws-sdk-ec2/types.rb', line 32305 class DisassociateVpcCidrBlockRequest < Struct.new( :association_id) SENSITIVE = [] include Aws::Structure end |