Class: Aws::PrometheusService::Types::DescribeResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeResourcePolicyRequest
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workspace_id ⇒ String
The ID of the workspace to describe the resource-based policy for.
Instance Attribute Details
#workspace_id ⇒ String
The ID of the workspace to describe the resource-based policy for.
842 843 844 845 846 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 842 class DescribeResourcePolicyRequest < Struct.new( :workspace_id) SENSITIVE = [] include Aws::Structure end |