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_config ⇒ Types::EMRContainersConfig

The EMR containers configuration.



1156
1157
1158
1159
1160
1161
1162
1163
1164
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1156

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.

Returns:

  • (String)


1156
1157
1158
1159
1160
1161
1162
1163
1164
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1156

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.

Returns:



1156
1157
1158
1159
1160
1161
1162
1163
1164
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1156

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.

Returns:

  • (String)


1156
1157
1158
1159
1160
1161
1162
1163
1164
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1156

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.

Returns:

  • (String)


1156
1157
1158
1159
1160
1161
1162
1163
1164
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1156

class CreatePersistentAppUIInput < Struct.new(
  :target_resource_arn,
  :emr_containers_config,
  :tags,
  :x_referer,
  :profiler_type)
  SENSITIVE = []
  include Aws::Structure
end