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.
8628 8629 8630 8631 8632 |
# File 'lib/aws-sdk-securityhub/types.rb', line 8628 class AwsEc2SecurityGroupPrefixListId < Struct.new( :prefix_list_id) SENSITIVE = [] include Aws::Structure end |