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.
408 409 410 411 412 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 408 class GetResourcePolicyRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |