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)


77065
77066
77067
77068
77069
77070
77071
77072
77073
77074
# File 'lib/aws-sdk-ec2/types.rb', line 77065

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)


77065
77066
77067
77068
77069
77070
77071
77072
77073
77074
# File 'lib/aws-sdk-ec2/types.rb', line 77065

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)


77065
77066
77067
77068
77069
77070
77071
77072
77073
77074
# File 'lib/aws-sdk-ec2/types.rb', line 77065

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)


77065
77066
77067
77068
77069
77070
77071
77072
77073
77074
# File 'lib/aws-sdk-ec2/types.rb', line 77065

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)


77065
77066
77067
77068
77069
77070
77071
77072
77073
77074
# File 'lib/aws-sdk-ec2/types.rb', line 77065

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)


77065
77066
77067
77068
77069
77070
77071
77072
77073
77074
# File 'lib/aws-sdk-ec2/types.rb', line 77065

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