Module: Aws::QuickSight::Client::_GetFlowPermissionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFlowPermissionsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #flow_id ⇒ ::String
- #permissions ⇒ ::Array[Types::Permission]
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#arn ⇒ ::String
2520 |
# File 'sig/client.rbs', line 2520
def arn: () -> ::String
|
#flow_id ⇒ ::String
2521 |
# File 'sig/client.rbs', line 2521
def flow_id: () -> ::String
|
#permissions ⇒ ::Array[Types::Permission]
2522 |
# File 'sig/client.rbs', line 2522
def permissions: () -> ::Array[Types::Permission]
|
#request_id ⇒ ::String
2523 |
# File 'sig/client.rbs', line 2523
def request_id: () -> ::String
|
#status ⇒ ::Integer
2524 |
# File 'sig/client.rbs', line 2524
def status: () -> ::Integer
|