Module: Aws::Connect::Client::_SearchSecurityProfilesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchSecurityProfilesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #approximate_total_count ⇒ ::Integer
- #next_token ⇒ ::String
- #security_profiles ⇒ ::Array[Types::SecurityProfileSearchSummary]
Instance Method Details
#approximate_total_count ⇒ ::Integer
4097 |
# File 'sig/client.rbs', line 4097
def approximate_total_count: () -> ::Integer
|
#next_token ⇒ ::String
4096 |
# File 'sig/client.rbs', line 4096
def next_token: () -> ::String
|
#security_profiles ⇒ ::Array[Types::SecurityProfileSearchSummary]
4095 |
# File 'sig/client.rbs', line 4095
def security_profiles: () -> ::Array[Types::SecurityProfileSearchSummary]
|