Class: Aws::Types::GetDashboardUrlRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDashboardUrlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#request_origin ⇒ ::String
Returns the value of attribute request_origin.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ "JOB", "SESSION"
Returns the value of attribute resource_type.
Instance Attribute Details
#request_origin ⇒ ::String
Returns the value of attribute request_origin.
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.
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.
3429 3430 3431 |
# File 'sig/types.rbs', line 3429 def resource_type @resource_type end |