Class: Aws::EC2::Types::IpamPublicAddressSecurityGroup

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

Overview

The security group that the resource with the public IP address is in.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

The security group's ID.

Returns:

  • (String)


42999
43000
43001
43002
43003
43004
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42999

class IpamPublicAddressSecurityGroup < Struct.new(
  :group_name,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

The security group's name.

Returns:

  • (String)


42999
43000
43001
43002
43003
43004
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42999

class IpamPublicAddressSecurityGroup < Struct.new(
  :group_name,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end