Class: Aws::IoTSiteWise::Types::ListAccessPoliciesResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_policy_summariesArray<Types::AccessPolicySummary>

A list that summarizes each access policy.

Returns:



6134
6135
6136
6137
6138
6139
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6134

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

#next_tokenString

The token for the next set of results, or null if there are no additional results.

Returns:

  • (String)


6134
6135
6136
6137
6138
6139
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6134

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