Class: Aws::Lambda::Types::GetPolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The resource-based policy.

Returns:

  • (String)


3111
3112
3113
3114
3115
3116
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3111

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

#revision_idString

A unique identifier for the current revision of the policy.

Returns:

  • (String)


3111
3112
3113
3114
3115
3116
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3111

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