Class: Aws::SSM::Types::GetResourcePoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetResourcePoliciesResponse
- Defined in:
- gems/aws-sdk-ssm/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.
9119 9120 9121 9122 9123 9124 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9119 class GetResourcePoliciesResponse < Struct.new( :next_token, :policies) SENSITIVE = [] include Aws::Structure end |
#policies ⇒ Array<Types::GetResourcePoliciesResponseEntry>
An array of the Policy
object.
9119 9120 9121 9122 9123 9124 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9119 class GetResourcePoliciesResponse < Struct.new( :next_token, :policies) SENSITIVE = [] include Aws::Structure end |