Class: Aws::EC2::Types::PrefixListId

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

Overview

Note:

When making an API call, you may pass PrefixListId data as a hash:

{
  prefix_list_id: "String",
}

The ID of the prefix.

Instance Attribute Summary collapse

Instance Attribute Details

#prefix_list_idString

The ID of the prefix.

Returns:

  • (String)


18044
18045
18046
18047
# File 'lib/aws-sdk-ec2/types.rb', line 18044

class PrefixListId < Struct.new(
  :prefix_list_id)
  include Aws::Structure
end