Class: Aws::EMR::Types::GetPersistentAppUIPresignedURLOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::GetPersistentAppUIPresignedURLOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#presigned_url ⇒ String
The returned presigned URL.
-
#presigned_url_ready ⇒ Boolean
Used to determine if the presigned URL is ready.
Instance Attribute Details
#presigned_url ⇒ String
The returned presigned URL.
2267 2268 2269 2270 2271 2272 |
# File 'lib/aws-sdk-emr/types.rb', line 2267 class GetPersistentAppUIPresignedURLOutput < Struct.new( :presigned_url_ready, :presigned_url) SENSITIVE = [] include Aws::Structure end |
#presigned_url_ready ⇒ Boolean
Used to determine if the presigned URL is ready.
2267 2268 2269 2270 2271 2272 |
# File 'lib/aws-sdk-emr/types.rb', line 2267 class GetPersistentAppUIPresignedURLOutput < Struct.new( :presigned_url_ready, :presigned_url) SENSITIVE = [] include Aws::Structure end |