GetPrefixListResult class
Result data returned by getPrefixList.
Constructors
-
GetPrefixListResult({List<
String> ? cidrBlocks, List<GetPrefixListFilter> ? filters, String? id, String? name, String? prefixListId, String? region}) -
Creates a new GetPrefixListResult.
cidrBlocksList of CIDR blocks for the AWS service associated with the prefix list.filtersOptional.idThe provider-assigned unique ID for this managed resource.nameName of the selected prefix list.prefixListIdOptional.regionOptional.const -
GetPrefixListResult.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
cidrBlocks
→ List<
String> ? -
List of CIDR blocks for the AWS service associated with the prefix list.
final
-
filters
→ List<
GetPrefixListFilter> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The provider-assigned unique ID for this managed resource.
final
- name → String?
-
Name of the selected prefix list.
final
- prefixListId → String?
-
final
- region → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited