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
2634 |
# File 'sig/client.rbs', line 2634
def arn: () -> ::String
|
#flow_id ⇒ ::String
2635 |
# File 'sig/client.rbs', line 2635
def flow_id: () -> ::String
|
#permissions ⇒ ::Array[Types::Permission]
2636 |
# File 'sig/client.rbs', line 2636
def permissions: () -> ::Array[Types::Permission]
|
#request_id ⇒ ::String
2637 |
# File 'sig/client.rbs', line 2637
def request_id: () -> ::String
|
#status ⇒ ::Integer
2638 |
# File 'sig/client.rbs', line 2638
def status: () -> ::Integer
|