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.
49950 49951 49952 49953 49954 49955 49956 49957 49958 49959 49960 49961 49962 49963 |
# File 'lib/aws-sdk-ec2/types.rb', line 49950 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.
49950 49951 49952 49953 49954 49955 49956 49957 49958 49959 49960 49961 49962 49963 |
# File 'lib/aws-sdk-ec2/types.rb', line 49950 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.
49950 49951 49952 49953 49954 49955 49956 49957 49958 49959 49960 49961 49962 49963 |
# File 'lib/aws-sdk-ec2/types.rb', line 49950 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.
49950 49951 49952 49953 49954 49955 49956 49957 49958 49959 49960 49961 49962 49963 |
# File 'lib/aws-sdk-ec2/types.rb', line 49950 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.
49950 49951 49952 49953 49954 49955 49956 49957 49958 49959 49960 49961 49962 49963 |
# File 'lib/aws-sdk-ec2/types.rb', line 49950 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.
49950 49951 49952 49953 49954 49955 49956 49957 49958 49959 49960 49961 49962 49963 |
# File 'lib/aws-sdk-ec2/types.rb', line 49950 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.
49950 49951 49952 49953 49954 49955 49956 49957 49958 49959 49960 49961 49962 49963 |
# File 'lib/aws-sdk-ec2/types.rb', line 49950 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.
49950 49951 49952 49953 49954 49955 49956 49957 49958 49959 49960 49961 49962 49963 |
# File 'lib/aws-sdk-ec2/types.rb', line 49950 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.
49950 49951 49952 49953 49954 49955 49956 49957 49958 49959 49960 49961 49962 49963 |
# File 'lib/aws-sdk-ec2/types.rb', line 49950 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.
49950 49951 49952 49953 49954 49955 49956 49957 49958 49959 49960 49961 49962 49963 |
# File 'lib/aws-sdk-ec2/types.rb', line 49950 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 |