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)


32081
32082
32083
32084
32085
# File 'lib/aws-sdk-ec2/types.rb', line 32081

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