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.
12115 12116 12117 12118 12119 12120 |
# File 'lib/aws-sdk-iot/types.rb', line 12115 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).
12115 12116 12117 12118 12119 12120 |
# File 'lib/aws-sdk-iot/types.rb', line 12115 class ListSecurityProfilesResponse < Struct.new( :security_profile_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |