Class: Aws::EC2::Types::SecurityGroupVpcAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SecurityGroupVpcAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
A security group association with a VPC that you made with [AssociateSecurityGroupVpc].
[1]: docs.aws.amazon.com/AWSEC2/latest/APIReference/API_AssociateSecurityGroupVpc.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
The association’s security group ID.
-
#state ⇒ String
The association’s state.
-
#state_reason ⇒ String
The association’s state reason.
-
#vpc_id ⇒ String
The association’s VPC ID.
-
#vpc_owner_id ⇒ String
The Amazon Web Services account ID of the owner of the VPC.
Instance Attribute Details
#group_id ⇒ String
The association’s security group ID.
65012 65013 65014 65015 65016 65017 65018 65019 65020 |
# File 'lib/aws-sdk-ec2/types.rb', line 65012 class SecurityGroupVpcAssociation < Struct.new( :group_id, :vpc_id, :vpc_owner_id, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The association’s state.
65012 65013 65014 65015 65016 65017 65018 65019 65020 |
# File 'lib/aws-sdk-ec2/types.rb', line 65012 class SecurityGroupVpcAssociation < Struct.new( :group_id, :vpc_id, :vpc_owner_id, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |
#state_reason ⇒ String
The association’s state reason.
65012 65013 65014 65015 65016 65017 65018 65019 65020 |
# File 'lib/aws-sdk-ec2/types.rb', line 65012 class SecurityGroupVpcAssociation < Struct.new( :group_id, :vpc_id, :vpc_owner_id, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The association’s VPC ID.
65012 65013 65014 65015 65016 65017 65018 65019 65020 |
# File 'lib/aws-sdk-ec2/types.rb', line 65012 class SecurityGroupVpcAssociation < Struct.new( :group_id, :vpc_id, :vpc_owner_id, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |
#vpc_owner_id ⇒ String
The Amazon Web Services account ID of the owner of the VPC.
65012 65013 65014 65015 65016 65017 65018 65019 65020 |
# File 'lib/aws-sdk-ec2/types.rb', line 65012 class SecurityGroupVpcAssociation < Struct.new( :group_id, :vpc_id, :vpc_owner_id, :state, :state_reason) SENSITIVE = [] include Aws::Structure end |