Class: Aws::EC2::Types::IpamPublicAddressSecurityGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::IpamPublicAddressSecurityGroup
- 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
-
#group_id ⇒ String
The security group's ID.
-
#group_name ⇒ String
The security group's name.
Instance Attribute Details
#group_id ⇒ String
The security group's ID.
44302 44303 44304 44305 44306 44307 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44302 class IpamPublicAddressSecurityGroup < Struct.new( :group_name, :group_id) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The security group's name.
44302 44303 44304 44305 44306 44307 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44302 class IpamPublicAddressSecurityGroup < Struct.new( :group_name, :group_id) SENSITIVE = [] include Aws::Structure end |