Class: Aws::CodeGuruProfiler::Types::GetPolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeguruprofiler/types.rb

Overview

The structure representing the ‘getPolicyResponse`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The JSON-formatted resource-based policy attached to the ‘ProfilingGroup`.

Returns:

  • (String)


808
809
810
811
812
813
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 808

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

#revision_idString

A unique identifier for the current revision of the returned policy.

Returns:

  • (String)


808
809
810
811
812
813
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 808

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