InsightFiltersResourceAwsIamAccessKeyCreatedAt class
Constructors
-
InsightFiltersResourceAwsIamAccessKeyCreatedAt({Input<
InsightFiltersResourceAwsIamAccessKeyCreatedAtDateRange?> ? dateRange, Input<String?> ? end, Input<String?> ? start}) -
Creates a new InsightFiltersResourceAwsIamAccessKeyCreatedAt.
dateRangeA configuration block of the date range for the date filter. See dateRange below for more details.endAn end date for the date filter. Required withstartifdateRangeis not specified.startA start date for the date filter. Required withendifdateRangeis not specified.const -
InsightFiltersResourceAwsIamAccessKeyCreatedAt.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
dateRange
→ Input<
InsightFiltersResourceAwsIamAccessKeyCreatedAtDateRange?> ? -
A configuration block of the date range for the date filter. See dateRange below for more details.
final
-
end
→ Input<
String?> ? -
An end date for the date filter. Required with
startifdateRangeis not specified.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
start
→ Input<
String?> ? -
A start date for the date filter. Required with
endifdateRangeis not specified.final
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