Class: Aws::IoTSiteWise::Types::ListAccessPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListAccessPoliciesResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_policy_summaries ⇒ Array<Types::AccessPolicySummary>
A list that summarizes each access policy.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#access_policy_summaries ⇒ Array<Types::AccessPolicySummary>
A list that summarizes each access policy.
3822 3823 3824 3825 3826 3827 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3822 class ListAccessPoliciesResponse < Struct.new( :access_policy_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
3822 3823 3824 3825 3826 3827 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3822 class ListAccessPoliciesResponse < Struct.new( :access_policy_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |