Class: Aws::EC2::Types::SecurityGroupVpcAssociation

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

#group_idString

The association’s security group ID.

Returns:

  • (String)


77636
77637
77638
77639
77640
77641
77642
77643
77644
77645
# File 'lib/aws-sdk-ec2/types.rb', line 77636

class SecurityGroupVpcAssociation < Struct.new(
  :group_id,
  :vpc_id,
  :vpc_owner_id,
  :state,
  :state_reason,
  :group_owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#group_owner_idString

The Amazon Web Services account ID of the owner of the security group.

Returns:

  • (String)


77636
77637
77638
77639
77640
77641
77642
77643
77644
77645
# File 'lib/aws-sdk-ec2/types.rb', line 77636

class SecurityGroupVpcAssociation < Struct.new(
  :group_id,
  :vpc_id,
  :vpc_owner_id,
  :state,
  :state_reason,
  :group_owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The association’s state.

Returns:

  • (String)


77636
77637
77638
77639
77640
77641
77642
77643
77644
77645
# File 'lib/aws-sdk-ec2/types.rb', line 77636

class SecurityGroupVpcAssociation < Struct.new(
  :group_id,
  :vpc_id,
  :vpc_owner_id,
  :state,
  :state_reason,
  :group_owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#state_reasonString

The association’s state reason.

Returns:

  • (String)


77636
77637
77638
77639
77640
77641
77642
77643
77644
77645
# File 'lib/aws-sdk-ec2/types.rb', line 77636

class SecurityGroupVpcAssociation < Struct.new(
  :group_id,
  :vpc_id,
  :vpc_owner_id,
  :state,
  :state_reason,
  :group_owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The association’s VPC ID.

Returns:

  • (String)


77636
77637
77638
77639
77640
77641
77642
77643
77644
77645
# File 'lib/aws-sdk-ec2/types.rb', line 77636

class SecurityGroupVpcAssociation < Struct.new(
  :group_id,
  :vpc_id,
  :vpc_owner_id,
  :state,
  :state_reason,
  :group_owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_owner_idString

The Amazon Web Services account ID of the owner of the VPC.

Returns:

  • (String)


77636
77637
77638
77639
77640
77641
77642
77643
77644
77645
# File 'lib/aws-sdk-ec2/types.rb', line 77636

class SecurityGroupVpcAssociation < Struct.new(
  :group_id,
  :vpc_id,
  :vpc_owner_id,
  :state,
  :state_reason,
  :group_owner_id)
  SENSITIVE = []
  include Aws::Structure
end