Class: Aws::SSM::Types::GetResourcePoliciesRequest

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

#max_resultsInteger

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

Returns:

  • (Integer)


9064
9065
9066
9067
9068
9069
9070
# File 'lib/aws-sdk-ssm/types.rb', line 9064

class GetResourcePoliciesRequest < Struct.new(
  :resource_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to start the list. Use this token to get the next set of results.

Returns:

  • (String)


9064
9065
9066
9067
9068
9069
9070
# File 'lib/aws-sdk-ssm/types.rb', line 9064

class GetResourcePoliciesRequest < Struct.new(
  :resource_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

Amazon Resource Name (ARN) of the resource to which the policies are attached.

Returns:

  • (String)


9064
9065
9066
9067
9068
9069
9070
# File 'lib/aws-sdk-ssm/types.rb', line 9064

class GetResourcePoliciesRequest < Struct.new(
  :resource_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end