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)


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

#stateString

The association’s state.

Returns:

  • (String)


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_reasonString

The association’s state reason.

Returns:

  • (String)


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_idString

The association’s VPC ID.

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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