Class: Aws::OpenSearchService::Types::Duration
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::Duration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
The duration of a maintenance schedule. For more information, see [Auto-Tune for Amazon OpenSearch Service].
[1]: docs.aws.amazon.com/opensearch-service/latest/developerguide/auto-tune.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#unit ⇒ String
The unit of measurement for the duration of a maintenance schedule.
-
#value ⇒ Integer
Integer to specify the value of a maintenance schedule duration.
Instance Attribute Details
#unit ⇒ String
The unit of measurement for the duration of a maintenance schedule.
3897 3898 3899 3900 3901 3902 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3897 class Duration < Struct.new( :value, :unit) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Integer
Integer to specify the value of a maintenance schedule duration.
3897 3898 3899 3900 3901 3902 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3897 class Duration < Struct.new( :value, :unit) SENSITIVE = [] include Aws::Structure end |