Class: Aws::EC2::Types::SecurityGroupVpcAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SecurityGroupVpcAssociation
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
A security group association with a VPC that you made with AssociateSecurityGroupVpc.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
The association's security group ID.
-
#group_owner_id ⇒ String
The Amazon Web Services account ID of the owner of the security group.
-
#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.
69550 69551 69552 69553 69554 69555 69556 69557 69558 69559 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69550 class SecurityGroupVpcAssociation < Struct.new( :group_id, :vpc_id, :vpc_owner_id, :state, :state_reason, :group_owner_id) SENSITIVE = [] include Aws::Structure end |
#group_owner_id ⇒ String
The Amazon Web Services account ID of the owner of the security group.
69550 69551 69552 69553 69554 69555 69556 69557 69558 69559 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69550 class SecurityGroupVpcAssociation < Struct.new( :group_id, :vpc_id, :vpc_owner_id, :state, :state_reason, :group_owner_id) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The association's state.
69550 69551 69552 69553 69554 69555 69556 69557 69558 69559 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69550 class SecurityGroupVpcAssociation < Struct.new( :group_id, :vpc_id, :vpc_owner_id, :state, :state_reason, :group_owner_id) SENSITIVE = [] include Aws::Structure end |
#state_reason ⇒ String
The association's state reason.
69550 69551 69552 69553 69554 69555 69556 69557 69558 69559 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69550 class SecurityGroupVpcAssociation < Struct.new( :group_id, :vpc_id, :vpc_owner_id, :state, :state_reason, :group_owner_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The association's VPC ID.
69550 69551 69552 69553 69554 69555 69556 69557 69558 69559 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69550 class SecurityGroupVpcAssociation < Struct.new( :group_id, :vpc_id, :vpc_owner_id, :state, :state_reason, :group_owner_id) SENSITIVE = [] include Aws::Structure end |
#vpc_owner_id ⇒ String
The Amazon Web Services account ID of the owner of the VPC.
69550 69551 69552 69553 69554 69555 69556 69557 69558 69559 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69550 class SecurityGroupVpcAssociation < Struct.new( :group_id, :vpc_id, :vpc_owner_id, :state, :state_reason, :group_owner_id) SENSITIVE = [] include Aws::Structure end |