Class: Aws::Types::GetPersistentAppUIPresignedURLInput

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)


567
568
569
# File 'sig/types.rbs', line 567

def application_id
  @application_id
end

#auth_proxy_callBoolean

Returns the value of attribute auth_proxy_call.

Returns:

  • (Boolean)


568
569
570
# File 'sig/types.rbs', line 568

def auth_proxy_call
  @auth_proxy_call
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def execution_role_arn
  @execution_role_arn
end

#persistent_app_ui_id::String

Returns the value of attribute persistent_app_ui_id.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def persistent_app_ui_id
  @persistent_app_ui_id
end

#persistent_app_ui_type"SHS", ...

Returns the value of attribute persistent_app_ui_type.

Returns:

  • ("SHS", "TEZ", "YTS")


566
567
568
# File 'sig/types.rbs', line 566

def persistent_app_ui_type
  @persistent_app_ui_type
end