You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::ManagedPrefixList
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ManagedPrefixList
- Defined in:
- (unknown)
Overview
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 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.
#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 state of the prefix list.
Possible values:
- create-in-progress
- create-complete
- create-failed
- modify-in-progress
- modify-complete
- modify-failed
- restore-in-progress
- restore-complete
- restore-failed
- delete-in-progress
- delete-complete
- delete-failed
#state_message ⇒ String
The state message.
#tags ⇒ Array<Types::Tag>
The tags for the prefix list.
#version ⇒ Integer
The version of the prefix list.