Class: Aws::EMR::Types::CreatePersistentAppUIInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::CreatePersistentAppUIInput
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#emr_containers_config ⇒ Types::EMRContainersConfig
The EMR containers configuration.
-
#profiler_type ⇒ String
The profiler type for the persistent application user interface.
-
#tags ⇒ Array<Types::Tag>
Tags for the persistent application user interface.
-
#target_resource_arn ⇒ String
The unique Amazon Resource Name (ARN) of the target resource.
-
#x_referer ⇒ String
The cross reference for the persistent application user interface.
Instance Attribute Details
#emr_containers_config ⇒ Types::EMRContainersConfig
The EMR containers configuration.
1098 1099 1100 1101 1102 1103 1104 1105 1106 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1098 class CreatePersistentAppUIInput < Struct.new( :target_resource_arn, :emr_containers_config, :tags, :x_referer, :profiler_type) SENSITIVE = [] include Aws::Structure end |
#profiler_type ⇒ String
The profiler type for the persistent application user interface. Valid values are SHS, TEZUI, or YTS.
1098 1099 1100 1101 1102 1103 1104 1105 1106 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1098 class CreatePersistentAppUIInput < Struct.new( :target_resource_arn, :emr_containers_config, :tags, :x_referer, :profiler_type) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Tags for the persistent application user interface.
1098 1099 1100 1101 1102 1103 1104 1105 1106 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1098 class CreatePersistentAppUIInput < Struct.new( :target_resource_arn, :emr_containers_config, :tags, :x_referer, :profiler_type) SENSITIVE = [] include Aws::Structure end |
#target_resource_arn ⇒ String
The unique Amazon Resource Name (ARN) of the target resource.
1098 1099 1100 1101 1102 1103 1104 1105 1106 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1098 class CreatePersistentAppUIInput < Struct.new( :target_resource_arn, :emr_containers_config, :tags, :x_referer, :profiler_type) SENSITIVE = [] include Aws::Structure end |
#x_referer ⇒ String
The cross reference for the persistent application user interface.
1098 1099 1100 1101 1102 1103 1104 1105 1106 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1098 class CreatePersistentAppUIInput < Struct.new( :target_resource_arn, :emr_containers_config, :tags, :x_referer, :profiler_type) SENSITIVE = [] include Aws::Structure end |