Class: Aws::BCMDashboards::Types::GetResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::GetResourcePolicyRequest
- Defined in:
- gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the dashboard whose resource-based policy you want to retrieve.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the dashboard whose resource-based policy you want to retrieve.
533 534 535 536 537 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 533 class GetResourcePolicyRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |