Class: Aws::Types::GetOnClusterAppUIPresignedURLInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


552
553
554
# File 'sig/types.rbs', line 552

def application_id
  @application_id
end

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def cluster_id
  @cluster_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


553
554
555
# File 'sig/types.rbs', line 553

def dry_run
  @dry_run
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


554
555
556
# File 'sig/types.rbs', line 554

def execution_role_arn
  @execution_role_arn
end

#on_cluster_app_ui_type"SparkHistoryServer", ...

Returns the value of attribute on_cluster_app_ui_type.

Returns:

  • ("SparkHistoryServer", "YarnTimelineService", "TezUI", "ApplicationMaster", "JobHistoryServer", "ResourceManager")


551
552
553
# File 'sig/types.rbs', line 551

def on_cluster_app_ui_type
  @on_cluster_app_ui_type
end