Class: Aws::IoT::Types::ListSecurityProfilesForTargetRequest

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

#max_resultsInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)


10812
10813
10814
10815
10816
10817
10818
10819
# File 'lib/aws-sdk-iot/types.rb', line 10812

class ListSecurityProfilesForTargetRequest < Struct.new(
  :next_token,
  :max_results,
  :recursive,
  :security_profile_target_arn)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


10812
10813
10814
10815
10816
10817
10818
10819
# File 'lib/aws-sdk-iot/types.rb', line 10812

class ListSecurityProfilesForTargetRequest < Struct.new(
  :next_token,
  :max_results,
  :recursive,
  :security_profile_target_arn)
  SENSITIVE = []
  include Aws::Structure
end

#recursiveBoolean

If true, return child groups too.

Returns:

  • (Boolean)


10812
10813
10814
10815
10816
10817
10818
10819
# File 'lib/aws-sdk-iot/types.rb', line 10812

class ListSecurityProfilesForTargetRequest < Struct.new(
  :next_token,
  :max_results,
  :recursive,
  :security_profile_target_arn)
  SENSITIVE = []
  include Aws::Structure
end

#security_profile_target_arnString

The ARN of the target (thing group) whose attached security profiles you want to get.

Returns:

  • (String)


10812
10813
10814
10815
10816
10817
10818
10819
# File 'lib/aws-sdk-iot/types.rb', line 10812

class ListSecurityProfilesForTargetRequest < Struct.new(
  :next_token,
  :max_results,
  :recursive,
  :security_profile_target_arn)
  SENSITIVE = []
  include Aws::Structure
end