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
5066 |
# File 'sig/client.rbs', line 5066
def arn: () -> ::String
|
#flow_id ⇒ ::String
5069 |
# File 'sig/client.rbs', line 5069
def flow_id: () -> ::String
|
#permissions ⇒ ::Array[Types::Permission]
5067 |
# File 'sig/client.rbs', line 5067
def permissions: () -> ::Array[Types::Permission]
|
#request_id ⇒ ::String
5068 |
# File 'sig/client.rbs', line 5068
def request_id: () -> ::String
|
#status ⇒ ::Integer
5065 |
# File 'sig/client.rbs', line 5065
def status: () -> ::Integer
|