Class: Aws::PrometheusService::Types::PutResourcePolicyResponse

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_statusString

The current status of the resource-based policy.

Returns:

  • (String)


1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1519

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

#revision_idString

The revision ID of the newly created or updated resource-based policy.

Returns:

  • (String)


1519
1520
1521
1522
1523
1524
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1519

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