Class: Aws::IoT::Types::ListSecurityProfilesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token that can be used to retrieve the next set of results, or ‘null` if there are no additional results.

Returns:

  • (String)


10872
10873
10874
10875
10876
10877
# File 'lib/aws-sdk-iot/types.rb', line 10872

class ListSecurityProfilesResponse < Struct.new(
  :security_profile_identifiers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#security_profile_identifiersArray<Types::SecurityProfileIdentifier>

A list of security profile identifiers (names and ARNs).



10872
10873
10874
10875
10876
10877
# File 'lib/aws-sdk-iot/types.rb', line 10872

class ListSecurityProfilesResponse < Struct.new(
  :security_profile_identifiers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end