Class: Aws::EMR::Types::GetOnClusterAppUIPresignedURLInput

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

#application_id ⇒ String

The application ID associated with the cluster's application user interface presigned URL.

Returns:

  • (String)


2249
2250
2251
2252
2253
2254
2255
2256
2257
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2249

class GetOnClusterAppUIPresignedURLInput < Struct.new(
  :cluster_id,
  :on_cluster_app_ui_type,
  :application_id,
  :dry_run,
  :execution_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_id ⇒ String

The cluster ID associated with the cluster's application user interface presigned URL.

Returns:

  • (String)


2249
2250
2251
2252
2253
2254
2255
2256
2257
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2249

class GetOnClusterAppUIPresignedURLInput < Struct.new(
  :cluster_id,
  :on_cluster_app_ui_type,
  :application_id,
  :dry_run,
  :execution_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#dry_run ⇒ Boolean

Determines if the user interface presigned URL is for a dry run.

Returns:

  • (Boolean)


2249
2250
2251
2252
2253
2254
2255
2256
2257
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2249

class GetOnClusterAppUIPresignedURLInput < Struct.new(
  :cluster_id,
  :on_cluster_app_ui_type,
  :application_id,
  :dry_run,
  :execution_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#execution_role_arn ⇒ String

The execution role ARN associated with the cluster's application user interface presigned URL.

Returns:

  • (String)


2249
2250
2251
2252
2253
2254
2255
2256
2257
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2249

class GetOnClusterAppUIPresignedURLInput < Struct.new(
  :cluster_id,
  :on_cluster_app_ui_type,
  :application_id,
  :dry_run,
  :execution_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#on_cluster_app_ui_type ⇒ String

The application UI type associated with the cluster's application user interface presigned URL.

Returns:

  • (String)


2249
2250
2251
2252
2253
2254
2255
2256
2257
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2249

class GetOnClusterAppUIPresignedURLInput < Struct.new(
  :cluster_id,
  :on_cluster_app_ui_type,
  :application_id,
  :dry_run,
  :execution_role_arn)
  SENSITIVE = []
  include Aws::Structure
end