Class: Aws::BCMDashboards::Types::GetResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::GetResourcePolicyResponse
- Defined in:
- gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_document ⇒ String
The JSON policy document that represents the dashboard's resource-based policy.
-
#resource_arn ⇒ String
The ARN of the dashboard for which the resource-based policy was retrieved.
Instance Attribute Details
#policy_document ⇒ String
The JSON policy document that represents the dashboard's resource-based policy.
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_arn ⇒ String
The ARN of the dashboard for which the resource-based policy was retrieved.
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 |