Class: Aws::SSM::Types::GetResourcePoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetResourcePoliciesResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of items to return.
-
#policies ⇒ Array<Types::GetResourcePoliciesResponseEntry>
An array of the ‘Policy` object.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of items to return. Use this token to get the next set of results.
9117 9118 9119 9120 9121 9122 |
# File 'lib/aws-sdk-ssm/types.rb', line 9117 class GetResourcePoliciesResponse < Struct.new( :next_token, :policies) SENSITIVE = [] include Aws::Structure end |
#policies ⇒ Array<Types::GetResourcePoliciesResponseEntry>
An array of the ‘Policy` object.
9117 9118 9119 9120 9121 9122 |
# File 'lib/aws-sdk-ssm/types.rb', line 9117 class GetResourcePoliciesResponse < Struct.new( :next_token, :policies) SENSITIVE = [] include Aws::Structure end |