Class: Aws::EC2::Types::DisassociateVpcCidrBlockRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The association ID for the CIDR block.

Returns:

  • (String)


29747
29748
29749
29750
29751
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29747

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