Module: Aws::Connect::Client::_ListSecurityProfileApplicationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListSecurityProfileApplicationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #applications ⇒ ::Array[Types::Application]
- #last_modified_region ⇒ ::String
- #last_modified_time ⇒ ::Time
- #next_token ⇒ ::String
Instance Method Details
#applications ⇒ ::Array[Types::Application]
3310 |
# File 'sig/client.rbs', line 3310
def applications: () -> ::Array[Types::Application]
|
#last_modified_region ⇒ ::String
3313 |
# File 'sig/client.rbs', line 3313
def last_modified_region: () -> ::String
|
#last_modified_time ⇒ ::Time
3312 |
# File 'sig/client.rbs', line 3312
def last_modified_time: () -> ::Time
|
#next_token ⇒ ::String
3311 |
# File 'sig/client.rbs', line 3311
def next_token: () -> ::String
|