Class: Aws::EC2::Types::SecurityGroupForVpc

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

Overview

A security group that can be used by interfaces in the VPC.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ String

The security group's description.

Returns:

  • (String)


82253
82254
82255
82256
82257
82258
82259
82260
82261
82262
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 82253

class SecurityGroupForVpc < Struct.new(
  :description,
  :group_name,
  :owner_id,
  :group_id,
  :tags,
  :primary_vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#group_id ⇒ String

The security group ID.

Returns:

  • (String)


82253
82254
82255
82256
82257
82258
82259
82260
82261
82262
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 82253

class SecurityGroupForVpc < Struct.new(
  :description,
  :group_name,
  :owner_id,
  :group_id,
  :tags,
  :primary_vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#group_name ⇒ String

The security group name.

Returns:

  • (String)


82253
82254
82255
82256
82257
82258
82259
82260
82261
82262
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 82253

class SecurityGroupForVpc < Struct.new(
  :description,
  :group_name,
  :owner_id,
  :group_id,
  :tags,
  :primary_vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#owner_id ⇒ String

The security group owner ID.

Returns:

  • (String)


82253
82254
82255
82256
82257
82258
82259
82260
82261
82262
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 82253

class SecurityGroupForVpc < Struct.new(
  :description,
  :group_name,
  :owner_id,
  :group_id,
  :tags,
  :primary_vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#primary_vpc_id ⇒ String

The VPC ID in which the security group was created.

Returns:

  • (String)


82253
82254
82255
82256
82257
82258
82259
82260
82261
82262
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 82253

class SecurityGroupForVpc < Struct.new(
  :description,
  :group_name,
  :owner_id,
  :group_id,
  :tags,
  :primary_vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#tags ⇒ Array<Types::Tag>

The security group tags.

Returns:



82253
82254
82255
82256
82257
82258
82259
82260
82261
82262
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 82253

class SecurityGroupForVpc < Struct.new(
  :description,
  :group_name,
  :owner_id,
  :group_id,
  :tags,
  :primary_vpc_id)
  SENSITIVE = []
  include Aws::Structure
end