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

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

Overview

Describes a prefix list ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description for the security group rule that references this prefix list ID.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{\}!$*

Returns:

  • (String)


53734
53735
53736
53737
53738
53739
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53734

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

#prefix_list_idString

The ID of the prefix.

Returns:

  • (String)


53734
53735
53736
53737
53738
53739
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53734

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