You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::AwsJobPresignedUrlConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AwsJobPresignedUrlConfig
- Defined in:
- (unknown)
Overview
Note:
When passing AwsJobPresignedUrlConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
expires_in_sec: 1,
}
Configuration information for pre-signed URLs. Valid when protocols
contains HTTP.
Returned by:
Instance Attribute Summary collapse
-
#expires_in_sec ⇒ Integer
How long (in seconds) pre-signed URLs are valid.
Instance Attribute Details
#expires_in_sec ⇒ Integer
How long (in seconds) pre-signed URLs are valid. Valid values are 60 - 3600, the default value is 1800 seconds. Pre-signed URLs are generated when a request for the job document is received.