Class: Aws::PrometheusService::Types::DescribeResourcePolicyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workspace_idString

The ID of the workspace to describe the resource-based policy for.

Returns:

  • (String)


1181
1182
1183
1184
1185
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1181

class DescribeResourcePolicyRequest < Struct.new(
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end