Class: Aws::OSIS::Types::PutResourcePolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The resource-based policy document in JSON format.

Returns:

  • (String)


1023
1024
1025
1026
1027
1028
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 1023

class PutResourcePolicyRequest < Struct.new(
  :resource_arn,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the resource to attach the policy to.

Returns:

  • (String)


1023
1024
1025
1026
1027
1028
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 1023

class PutResourcePolicyRequest < Struct.new(
  :resource_arn,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end