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]
3295 |
# File 'sig/client.rbs', line 3295
def allowed_flow_modules: () -> ::Array[Types::FlowModule]
|
#last_modified_region ⇒ ::String
3298 |
# File 'sig/client.rbs', line 3298
def last_modified_region: () -> ::String
|
#last_modified_time ⇒ ::Time
3297 |
# File 'sig/client.rbs', line 3297
def last_modified_time: () -> ::Time
|
#next_token ⇒ ::String
3296 |
# File 'sig/client.rbs', line 3296
def next_token: () -> ::String
|