Module: Aws::Connect::Client::_ListSecurityProfileFlowModulesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListSecurityProfileFlowModulesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allowed_flow_modules ⇒ ::Array[Types::FlowModule]
- #last_modified_region ⇒ ::String
- #last_modified_time ⇒ ::Time
- #next_token ⇒ ::String
Instance Method Details
#allowed_flow_modules ⇒ ::Array[Types::FlowModule]
3449 |
# File 'sig/client.rbs', line 3449
def allowed_flow_modules: () -> ::Array[Types::FlowModule]
|
#last_modified_region ⇒ ::String
3452 |
# File 'sig/client.rbs', line 3452
def last_modified_region: () -> ::String
|
#last_modified_time ⇒ ::Time
3451 |
# File 'sig/client.rbs', line 3451
def last_modified_time: () -> ::Time
|
#next_token ⇒ ::String
3450 |
# File 'sig/client.rbs', line 3450
def next_token: () -> ::String
|