Class: Aws::PrometheusService::Types::DescribeResourcePolicyResponse

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

#policy_documentString

The JSON policy document for the resource-based policy attached to the workspace.

Returns:

  • (String)


828
829
830
831
832
833
834
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 828

class DescribeResourcePolicyResponse < Struct.new(
  :policy_document,
  :policy_status,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#policy_statusString

The current status of the resource-based policy.

Returns:

  • (String)


828
829
830
831
832
833
834
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 828

class DescribeResourcePolicyResponse < Struct.new(
  :policy_document,
  :policy_status,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

The revision ID of the current resource-based policy.

Returns:

  • (String)


828
829
830
831
832
833
834
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 828

class DescribeResourcePolicyResponse < Struct.new(
  :policy_document,
  :policy_status,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end