Module: Aws::QuickSight::Client::_UpdateFlowPermissionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateFlowPermissionsOutput]
- 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
4711 |
# File 'sig/client.rbs', line 4711
def arn: () -> ::String
|
#flow_id ⇒ ::String
4714 |
# File 'sig/client.rbs', line 4714
def flow_id: () -> ::String
|
#permissions ⇒ ::Array[Types::Permission]
4712 |
# File 'sig/client.rbs', line 4712
def permissions: () -> ::Array[Types::Permission]
|
#request_id ⇒ ::String
4713 |
# File 'sig/client.rbs', line 4713
def request_id: () -> ::String
|
#status ⇒ ::Integer
4710 |
# File 'sig/client.rbs', line 4710
def status: () -> ::Integer
|