Class: Aws::EC2::Types::ManagedPrefixList
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ManagedPrefixList
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a managed prefix list.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address_family ⇒ String
The IP address version.
-
#max_entries ⇒ Integer
The maximum number of entries for the prefix list.
-
#owner_id ⇒ String
The ID of the owner of the prefix list.
-
#prefix_list_arn ⇒ String
The Amazon Resource Name (ARN) for the prefix list.
-
#prefix_list_id ⇒ String
The ID of the prefix list.
-
#prefix_list_name ⇒ String
The name of the prefix list.
-
#state ⇒ String
The current state of the prefix list.
-
#state_message ⇒ String
The state message.
-
#tags ⇒ Array<Types::Tag>
The tags for the prefix list.
-
#version ⇒ Integer
The version of the prefix list.
Instance Attribute Details
#address_family ⇒ String
The IP address version.
50110 50111 50112 50113 50114 50115 50116 50117 50118 50119 50120 50121 50122 50123 |
# File 'lib/aws-sdk-ec2/types.rb', line 50110 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_entries ⇒ Integer
The maximum number of entries for the prefix list.
50110 50111 50112 50113 50114 50115 50116 50117 50118 50119 50120 50121 50122 50123 |
# File 'lib/aws-sdk-ec2/types.rb', line 50110 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_id ⇒ String
The ID of the owner of the prefix list.
50110 50111 50112 50113 50114 50115 50116 50117 50118 50119 50120 50121 50122 50123 |
# File 'lib/aws-sdk-ec2/types.rb', line 50110 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_arn ⇒ String
The Amazon Resource Name (ARN) for the prefix list.
50110 50111 50112 50113 50114 50115 50116 50117 50118 50119 50120 50121 50122 50123 |
# File 'lib/aws-sdk-ec2/types.rb', line 50110 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_id ⇒ String
The ID of the prefix list.
50110 50111 50112 50113 50114 50115 50116 50117 50118 50119 50120 50121 50122 50123 |
# File 'lib/aws-sdk-ec2/types.rb', line 50110 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_name ⇒ String
The name of the prefix list.
50110 50111 50112 50113 50114 50115 50116 50117 50118 50119 50120 50121 50122 50123 |
# File 'lib/aws-sdk-ec2/types.rb', line 50110 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 ⇒ String
The current state of the prefix list.
50110 50111 50112 50113 50114 50115 50116 50117 50118 50119 50120 50121 50122 50123 |
# File 'lib/aws-sdk-ec2/types.rb', line 50110 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_message ⇒ String
The state message.
50110 50111 50112 50113 50114 50115 50116 50117 50118 50119 50120 50121 50122 50123 |
# File 'lib/aws-sdk-ec2/types.rb', line 50110 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 |
#tags ⇒ Array<Types::Tag>
The tags for the prefix list.
50110 50111 50112 50113 50114 50115 50116 50117 50118 50119 50120 50121 50122 50123 |
# File 'lib/aws-sdk-ec2/types.rb', line 50110 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 |
#version ⇒ Integer
The version of the prefix list.
50110 50111 50112 50113 50114 50115 50116 50117 50118 50119 50120 50121 50122 50123 |
# File 'lib/aws-sdk-ec2/types.rb', line 50110 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 |