Class: Aws::EC2::Types::UserIdGroupPair

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes a security group and Amazon Web Services account ID pair.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description for the security group rule that references this user ID group pair.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{\}!$*

Returns:

  • (String)


66669
66670
66671
66672
66673
66674
66675
66676
66677
66678
66679
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66669

class UserIdGroupPair < Struct.new(
  :description,
  :group_id,
  :group_name,
  :peering_status,
  :user_id,
  :vpc_id,
  :vpc_peering_connection_id)
  SENSITIVE = []
  include Aws::Structure
end

#group_idString

The ID of the security group.

Returns:

  • (String)


66669
66670
66671
66672
66673
66674
66675
66676
66677
66678
66679
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66669

class UserIdGroupPair < Struct.new(
  :description,
  :group_id,
  :group_name,
  :peering_status,
  :user_id,
  :vpc_id,
  :vpc_peering_connection_id)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

[Default VPC] The name of the security group. For a security group in a nondefault VPC, use the security group ID.

For a referenced security group in another VPC, this value is not returned if the referenced security group is deleted.

Returns:

  • (String)


66669
66670
66671
66672
66673
66674
66675
66676
66677
66678
66679
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66669

class UserIdGroupPair < Struct.new(
  :description,
  :group_id,
  :group_name,
  :peering_status,
  :user_id,
  :vpc_id,
  :vpc_peering_connection_id)
  SENSITIVE = []
  include Aws::Structure
end

#peering_statusString

The status of a VPC peering connection, if applicable.

Returns:

  • (String)


66669
66670
66671
66672
66673
66674
66675
66676
66677
66678
66679
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66669

class UserIdGroupPair < Struct.new(
  :description,
  :group_id,
  :group_name,
  :peering_status,
  :user_id,
  :vpc_id,
  :vpc_peering_connection_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

The ID of an Amazon Web Services account.

For a referenced security group in another VPC, the account ID of the referenced security group is returned in the response. If the referenced security group is deleted, this value is not returned.

Returns:

  • (String)


66669
66670
66671
66672
66673
66674
66675
66676
66677
66678
66679
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66669

class UserIdGroupPair < Struct.new(
  :description,
  :group_id,
  :group_name,
  :peering_status,
  :user_id,
  :vpc_id,
  :vpc_peering_connection_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC for the referenced security group, if applicable.

Returns:

  • (String)


66669
66670
66671
66672
66673
66674
66675
66676
66677
66678
66679
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66669

class UserIdGroupPair < Struct.new(
  :description,
  :group_id,
  :group_name,
  :peering_status,
  :user_id,
  :vpc_id,
  :vpc_peering_connection_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_peering_connection_idString

The ID of the VPC peering connection, if applicable.

Returns:

  • (String)


66669
66670
66671
66672
66673
66674
66675
66676
66677
66678
66679
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66669

class UserIdGroupPair < Struct.new(
  :description,
  :group_id,
  :group_name,
  :peering_status,
  :user_id,
  :vpc_id,
  :vpc_peering_connection_id)
  SENSITIVE = []
  include Aws::Structure
end