Class: Aws::BCMDashboards::Types::GetResourcePolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_documentString

The JSON policy document that represents the dashboard's resource-based policy.

Returns:

  • (String)


426
427
428
429
430
431
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 426

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

#resource_arnString

The ARN of the dashboard for which the resource-based policy was retrieved.

Returns:

  • (String)


426
427
428
429
430
431
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 426

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