Class: Aws::Types::GetDashboardUrlRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#request_origin::String

Returns the value of attribute request_origin.

Returns:

  • (::String)


3430
3431
3432
# File 'sig/types.rbs', line 3430

def request_origin
  @request_origin
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


3428
3429
3430
# File 'sig/types.rbs', line 3428

def resource_id
  @resource_id
end

#resource_type"JOB", "SESSION"

Returns the value of attribute resource_type.

Returns:

  • ("JOB", "SESSION")


3429
3430
3431
# File 'sig/types.rbs', line 3429

def resource_type
  @resource_type
end