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.
807 808 809 810 811 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 807 class DescribeResourcePolicyRequest < Struct.new( :workspace_id) SENSITIVE = [] include Aws::Structure end |