Class: Aws::IoT::Types::GetPolicyRequest

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

Overview

The input for the GetPolicy operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_nameString

The name of the policy.

Returns:

  • (String)


7758
7759
7760
7761
7762
# File 'lib/aws-sdk-iot/types.rb', line 7758

class GetPolicyRequest < Struct.new(
  :policy_name)
  SENSITIVE = []
  include Aws::Structure
end