Class: Aws::EC2::Types::ManagedPrefixList

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

Overview

Describes a managed prefix list.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#address_familyString

The IP address version.

Returns:

  • (String)


46538
46539
46540
46541
46542
46543
46544
46545
46546
46547
46548
46549
46550
46551
# File 'lib/aws-sdk-ec2/types.rb', line 46538

class ManagedPrefixList < Struct.new(
  :prefix_list_id,
  :address_family,
  :state,
  :state_message,
  :prefix_list_arn,
  :prefix_list_name,
  :max_entries,
  :version,
  :tags,
  :owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#max_entriesInteger

The maximum number of entries for the prefix list.

Returns:

  • (Integer)


46538
46539
46540
46541
46542
46543
46544
46545
46546
46547
46548
46549
46550
46551
# File 'lib/aws-sdk-ec2/types.rb', line 46538

class ManagedPrefixList < Struct.new(
  :prefix_list_id,
  :address_family,
  :state,
  :state_message,
  :prefix_list_arn,
  :prefix_list_name,
  :max_entries,
  :version,
  :tags,
  :owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The ID of the owner of the prefix list.

Returns:

  • (String)


46538
46539
46540
46541
46542
46543
46544
46545
46546
46547
46548
46549
46550
46551
# File 'lib/aws-sdk-ec2/types.rb', line 46538

class ManagedPrefixList < Struct.new(
  :prefix_list_id,
  :address_family,
  :state,
  :state_message,
  :prefix_list_arn,
  :prefix_list_name,
  :max_entries,
  :version,
  :tags,
  :owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#prefix_list_arnString

The Amazon Resource Name (ARN) for the prefix list.

Returns:

  • (String)


46538
46539
46540
46541
46542
46543
46544
46545
46546
46547
46548
46549
46550
46551
# File 'lib/aws-sdk-ec2/types.rb', line 46538

class ManagedPrefixList < Struct.new(
  :prefix_list_id,
  :address_family,
  :state,
  :state_message,
  :prefix_list_arn,
  :prefix_list_name,
  :max_entries,
  :version,
  :tags,
  :owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#prefix_list_idString

The ID of the prefix list.

Returns:

  • (String)


46538
46539
46540
46541
46542
46543
46544
46545
46546
46547
46548
46549
46550
46551
# File 'lib/aws-sdk-ec2/types.rb', line 46538

class ManagedPrefixList < Struct.new(
  :prefix_list_id,
  :address_family,
  :state,
  :state_message,
  :prefix_list_arn,
  :prefix_list_name,
  :max_entries,
  :version,
  :tags,
  :owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#prefix_list_nameString

The name of the prefix list.

Returns:

  • (String)


46538
46539
46540
46541
46542
46543
46544
46545
46546
46547
46548
46549
46550
46551
# File 'lib/aws-sdk-ec2/types.rb', line 46538

class ManagedPrefixList < Struct.new(
  :prefix_list_id,
  :address_family,
  :state,
  :state_message,
  :prefix_list_arn,
  :prefix_list_name,
  :max_entries,
  :version,
  :tags,
  :owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the prefix list.

Returns:

  • (String)


46538
46539
46540
46541
46542
46543
46544
46545
46546
46547
46548
46549
46550
46551
# File 'lib/aws-sdk-ec2/types.rb', line 46538

class ManagedPrefixList < Struct.new(
  :prefix_list_id,
  :address_family,
  :state,
  :state_message,
  :prefix_list_arn,
  :prefix_list_name,
  :max_entries,
  :version,
  :tags,
  :owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#state_messageString

The state message.

Returns:

  • (String)


46538
46539
46540
46541
46542
46543
46544
46545
46546
46547
46548
46549
46550
46551
# File 'lib/aws-sdk-ec2/types.rb', line 46538

class ManagedPrefixList < Struct.new(
  :prefix_list_id,
  :address_family,
  :state,
  :state_message,
  :prefix_list_arn,
  :prefix_list_name,
  :max_entries,
  :version,
  :tags,
  :owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags for the prefix list.

Returns:



46538
46539
46540
46541
46542
46543
46544
46545
46546
46547
46548
46549
46550
46551
# File 'lib/aws-sdk-ec2/types.rb', line 46538

class ManagedPrefixList < Struct.new(
  :prefix_list_id,
  :address_family,
  :state,
  :state_message,
  :prefix_list_arn,
  :prefix_list_name,
  :max_entries,
  :version,
  :tags,
  :owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

The version of the prefix list.

Returns:

  • (Integer)


46538
46539
46540
46541
46542
46543
46544
46545
46546
46547
46548
46549
46550
46551
# File 'lib/aws-sdk-ec2/types.rb', line 46538

class ManagedPrefixList < Struct.new(
  :prefix_list_id,
  :address_family,
  :state,
  :state_message,
  :prefix_list_arn,
  :prefix_list_name,
  :max_entries,
  :version,
  :tags,
  :owner_id)
  SENSITIVE = []
  include Aws::Structure
end