Class: Aws::EC2::Types::AssociateSecurityGroupVpcResult

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 association.

Returns:

  • (String)


2469
2470
2471
2472
2473
# File 'lib/aws-sdk-ec2/types.rb', line 2469

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