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.
3446 3447 3448 |
# File 'sig/types.rbs', line 3446 def request_origin @request_origin end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
3444 3445 3446 |
# File 'sig/types.rbs', line 3444 def resource_id @resource_id end |
#resource_type ⇒ "JOB", "SESSION"
Returns the value of attribute resource_type.
3445 3446 3447 |
# File 'sig/types.rbs', line 3445 def resource_type @resource_type end |