Class: Aws::SSM::Types::GetResourcePoliciesResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of items to return. Use this token to get the next set of results.

Returns:

  • (String)


9019
9020
9021
9022
9023
9024
# File 'lib/aws-sdk-ssm/types.rb', line 9019

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

#policiesArray<Types::GetResourcePoliciesResponseEntry>

An array of the ‘Policy` object.



9019
9020
9021
9022
9023
9024
# File 'lib/aws-sdk-ssm/types.rb', line 9019

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