Class: Aws::SSMIncidents::Types::GetResourcePoliciesInput

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

#max_resultsInteger

The maximum number of resource policies to display for each page of results.

Returns:

  • (Integer)


909
910
911
912
913
914
915
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 909

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

#next_tokenString

The pagination token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


909
910
911
912
913
914
915
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 909

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

#resource_arnString

The Amazon Resource Name (ARN) of the response plan with the attached resource policy.

Returns:

  • (String)


909
910
911
912
913
914
915
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 909

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