Class: Aws::EC2::Types::AssociateSecurityGroupVpcResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AssociateSecurityGroupVpcResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The state of the association.
Instance Attribute Details
#state ⇒ String
The state of the association.
2469 2470 2471 2472 2473 |
# File 'lib/aws-sdk-ec2/types.rb', line 2469 class AssociateSecurityGroupVpcResult < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |