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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#group_idString

The association's security group ID.

Returns:

  • (String)


70300
70301
70302
70303
70304
70305
70306
70307
70308
70309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70300

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)


70300
70301
70302
70303
70304
70305
70306
70307
70308
70309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70300

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)


70300
70301
70302
70303
70304
70305
70306
70307
70308
70309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70300

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)


70300
70301
70302
70303
70304
70305
70306
70307
70308
70309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70300

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)


70300
70301
70302
70303
70304
70305
70306
70307
70308
70309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70300

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)


70300
70301
70302
70303
70304
70305
70306
70307
70308
70309
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70300

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