Class: Aws::EMR::Types::CreatePersistentAppUIOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EMR::Types::CreatePersistentAppUIOutput
 
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #persistent_app_ui_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The persistent application user interface identifier. 
- 
  
    
      #runtime_role_enabled_cluster  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Represents if the EMR on EC2 cluster that the persisent application user interface is created for is a runtime role enabled cluster or not. 
Instance Attribute Details
#persistent_app_ui_id ⇒ String
The persistent application user interface identifier.
| 1124 1125 1126 1127 1128 1129 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1124 class CreatePersistentAppUIOutput < Struct.new( :persistent_app_ui_id, :runtime_role_enabled_cluster) SENSITIVE = [] include Aws::Structure end | 
#runtime_role_enabled_cluster ⇒ Boolean
Represents if the EMR on EC2 cluster that the persisent application user interface is created for is a runtime role enabled cluster or not.
| 1124 1125 1126 1127 1128 1129 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1124 class CreatePersistentAppUIOutput < Struct.new( :persistent_app_ui_id, :runtime_role_enabled_cluster) SENSITIVE = [] include Aws::Structure end |