Class: Aws::EC2::Types::IpamPublicAddressSecurityGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::IpamPublicAddressSecurityGroup
- Includes:
- Structure
- Defined in:
- 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.
43646 43647 43648 43649 43650 43651 |
# File 'lib/aws-sdk-ec2/types.rb', line 43646 class IpamPublicAddressSecurityGroup < Struct.new( :group_name, :group_id) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The security group’s name.
43646 43647 43648 43649 43650 43651 |
# File 'lib/aws-sdk-ec2/types.rb', line 43646 class IpamPublicAddressSecurityGroup < Struct.new( :group_name, :group_id) SENSITIVE = [] include Aws::Structure end |