Class: Aws::OSIS::Types::PutResourcePolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The resource-based policy document that was attached to the resource.

Returns:

  • (String)


1041
1042
1043
1044
1045
1046
# File 'lib/aws-sdk-osis/types.rb', line 1041

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

#resource_arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


1041
1042
1043
1044
1045
1046
# File 'lib/aws-sdk-osis/types.rb', line 1041

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