Class: Aws::Firehose::Types::AmazonopensearchserviceRetryOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::AmazonopensearchserviceRetryOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-firehose/types.rb
Overview
Note:
When making an API call, you may pass AmazonopensearchserviceRetryOptions data as a hash:
{
duration_in_seconds: 1,
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#duration_in_seconds ⇒ Integer
357 358 359 360 361 |
# File 'lib/aws-sdk-firehose/types.rb', line 357 class AmazonopensearchserviceRetryOptions < Struct.new( :duration_in_seconds) SENSITIVE = [] include Aws::Structure end |