Class: Aws::IoT::Types::ListAttachedPoliciesRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

The token to retrieve the next set of results.

Returns:

  • (String)


9071
9072
9073
9074
9075
9076
9077
9078
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9071

class ListAttachedPoliciesRequest < Struct.new(
  :target,
  :recursive,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The maximum number of results to be returned per request.

Returns:

  • (Integer)


9071
9072
9073
9074
9075
9076
9077
9078
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9071

class ListAttachedPoliciesRequest < Struct.new(
  :target,
  :recursive,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#recursiveBoolean

When true, recursively list attached policies.

Returns:

  • (Boolean)


9071
9072
9073
9074
9075
9076
9077
9078
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9071

class ListAttachedPoliciesRequest < Struct.new(
  :target,
  :recursive,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#targetString

The group or principal for which the policies will be listed. Valid principals are CertificateArn (arn:aws:iot:region:accountId:cert/certificateId), thingGroupArn (arn:aws:iot:region:accountId:thinggroup/groupName) and CognitoId (region:id).

Returns:

  • (String)


9071
9072
9073
9074
9075
9076
9077
9078
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9071

class ListAttachedPoliciesRequest < Struct.new(
  :target,
  :recursive,
  :marker,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end