Class: Aws::Types::GetOnClusterAppUIPresignedURLInput
- Inherits:
-
Object
- Object
- Aws::Types::GetOnClusterAppUIPresignedURLInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#on_cluster_app_ui_type ⇒ "SparkHistoryServer", ...
Returns the value of attribute on_cluster_app_ui_type.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
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.
550 551 552 |
# File 'sig/types.rbs', line 550 def cluster_id @cluster_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
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.
551 552 553 |
# File 'sig/types.rbs', line 551 def on_cluster_app_ui_type @on_cluster_app_ui_type end |