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
2561 |
# File 'sig/client.rbs', line 2561
def arn: () -> ::String
|
#flow_id ⇒ ::String
2562 |
# File 'sig/client.rbs', line 2562
def flow_id: () -> ::String
|
#permissions ⇒ ::Array[Types::Permission]
2563 |
# File 'sig/client.rbs', line 2563
def permissions: () -> ::Array[Types::Permission]
|
#request_id ⇒ ::String
2564 |
# File 'sig/client.rbs', line 2564
def request_id: () -> ::String
|
#status ⇒ ::Integer
2565 |
# File 'sig/client.rbs', line 2565
def status: () -> ::Integer
|