Class: Aws::KinesisAnalyticsV2::Types::CreateApplicationPresignedUrlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::CreateApplicationPresignedUrlResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorized_url ⇒ String
The URL of the extension.
Instance Attribute Details
#authorized_url ⇒ String
The URL of the extension.
1548 1549 1550 1551 1552 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1548 class CreateApplicationPresignedUrlResponse < Struct.new( :authorized_url) SENSITIVE = [] include Aws::Structure end |