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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


29753
29754
29755
29756
29757
# File 'lib/aws-sdk-ec2/types.rb', line 29753

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