Class: Aws::EC2::Types::DisassociateSecurityGroupVpcResult

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

#stateString

The state of the disassociation.

Returns:

  • (String)


31900
31901
31902
31903
31904
# File 'lib/aws-sdk-ec2/types.rb', line 31900

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