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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#descriptionString

The security group’s description.

Returns:

  • (String)


60356
60357
60358
60359
60360
60361
60362
60363
60364
60365
# File 'lib/aws-sdk-ec2/types.rb', line 60356

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

#group_idString

The security group ID.

Returns:

  • (String)


60356
60357
60358
60359
60360
60361
60362
60363
60364
60365
# File 'lib/aws-sdk-ec2/types.rb', line 60356

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

#group_nameString

The security group name.

Returns:

  • (String)


60356
60357
60358
60359
60360
60361
60362
60363
60364
60365
# File 'lib/aws-sdk-ec2/types.rb', line 60356

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

#owner_idString

The security group owner ID.

Returns:

  • (String)


60356
60357
60358
60359
60360
60361
60362
60363
60364
60365
# File 'lib/aws-sdk-ec2/types.rb', line 60356

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

#primary_vpc_idString

The VPC ID in which the security group was created.

Returns:

  • (String)


60356
60357
60358
60359
60360
60361
60362
60363
60364
60365
# File 'lib/aws-sdk-ec2/types.rb', line 60356

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

#tagsArray<Types::Tag>

The security group tags.

Returns:



60356
60357
60358
60359
60360
60361
60362
60363
60364
60365
# File 'lib/aws-sdk-ec2/types.rb', line 60356

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