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.
46877 46878 46879 46880 46881 46882 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46877 class IpamPublicAddressSecurityGroup < Struct.new( :group_name, :group_id) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The security group's name.
46877 46878 46879 46880 46881 46882 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46877 class IpamPublicAddressSecurityGroup < Struct.new( :group_name, :group_id) SENSITIVE = [] include Aws::Structure end |