Class: Aws::SecurityHub::Types::AwsEc2SecurityGroupPrefixListId
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2SecurityGroupPrefixListId
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A prefix list ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#prefix_list_id ⇒ String
The ID of the prefix.
Instance Attribute Details
#prefix_list_id ⇒ String
The ID of the prefix.
8759 8760 8761 8762 8763 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8759 class AwsEc2SecurityGroupPrefixListId < Struct.new( :prefix_list_id) SENSITIVE = [] include Aws::Structure end |