Class: Aws::PrometheusService::Types::DescribeResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeResourcePolicyRequest
- Includes:
- Structure
- Defined in:
- 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.
1163 1164 1165 1166 1167 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1163 class DescribeResourcePolicyRequest < Struct.new( :workspace_id) SENSITIVE = [] include Aws::Structure end |