Class: Aws::EMR::Types::CreatePersistentAppUIInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#emr_containers_configTypes::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_typeString

The profiler type for the persistent application user interface. Valid values are SHS, TEZUI, or YTS.

Returns:

  • (String)


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

#tagsArray<Types::Tag>

Tags for the persistent application user interface.

Returns:



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_arnString

The unique Amazon Resource Name (ARN) of the target resource.

Returns:

  • (String)


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_refererString

The cross reference for the persistent application user interface.

Returns:

  • (String)


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