Class: Aws::SecurityHub::Types::AwsEc2SecurityGroupPrefixListId

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

A prefix list ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#prefix_list_idString

The ID of the prefix.

Returns:

  • (String)


8635
8636
8637
8638
8639
# File 'lib/aws-sdk-securityhub/types.rb', line 8635

class AwsEc2SecurityGroupPrefixListId < Struct.new(
  :prefix_list_id)
  SENSITIVE = []
  include Aws::Structure
end