Class: Aws::IoT::Types::ListSecurityProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListSecurityProfilesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or ‘null` if there are no additional results.
-
#security_profile_identifiers ⇒ Array<Types::SecurityProfileIdentifier>
A list of security profile identifiers (names and ARNs).
Instance Attribute Details
#next_token ⇒ String
A token that can be used to retrieve the next set of results, or ‘null` if there are no additional results.
11305 11306 11307 11308 11309 11310 |
# File 'lib/aws-sdk-iot/types.rb', line 11305 class ListSecurityProfilesResponse < Struct.new( :security_profile_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |
#security_profile_identifiers ⇒ Array<Types::SecurityProfileIdentifier>
A list of security profile identifiers (names and ARNs).
11305 11306 11307 11308 11309 11310 |
# File 'lib/aws-sdk-iot/types.rb', line 11305 class ListSecurityProfilesResponse < Struct.new( :security_profile_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |