Class: Aws::CodeGuruProfiler::Types::PutPermissionResponse

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

Overview

The structure representing the putPermissionResponse.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The JSON-formatted resource-based policy on the profiling group that includes the added permissions.

Returns:

  • (String)


1655
1656
1657
1658
1659
1660
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1655

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

#revision_idString

A universally unique identifier (UUID) for the revision of the resource-based policy that includes the added permissions. The JSON-formatted policy is in the policy element of the response.

Returns:

  • (String)


1655
1656
1657
1658
1659
1660
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1655

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