Class: Aws::SSMIncidents::Types::GetResourcePoliciesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.

Returns:

  • (String)


928
929
930
931
932
933
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 928

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

#resource_policiesArray<Types::ResourcePolicy>

Details about the resource policy attached to the response plan.

Returns:



928
929
930
931
932
933
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 928

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