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.
46310 46311 46312 46313 46314 46315 |
# File 'lib/aws-sdk-ec2/types.rb', line 46310 class IpamPublicAddressSecurityGroup < Struct.new( :group_name, :group_id) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The security group’s name.
46310 46311 46312 46313 46314 46315 |
# File 'lib/aws-sdk-ec2/types.rb', line 46310 class IpamPublicAddressSecurityGroup < Struct.new( :group_name, :group_id) SENSITIVE = [] include Aws::Structure end |