Class: Aws::EMR::Types::GetOnClusterAppUIPresignedURLOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EMR::Types::GetOnClusterAppUIPresignedURLOutput
 
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #presigned_url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The cluster's generated presigned URL. 
- 
  
    
      #presigned_url_ready  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Used to determine if the presigned URL is ready. 
Instance Attribute Details
#presigned_url ⇒ String
The cluster's generated presigned URL.
| 2215 2216 2217 2218 2219 2220 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2215 class GetOnClusterAppUIPresignedURLOutput < 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.
| 2215 2216 2217 2218 2219 2220 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2215 class GetOnClusterAppUIPresignedURLOutput < Struct.new( :presigned_url_ready, :presigned_url) SENSITIVE = [] include Aws::Structure end |