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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


8585
8586
8587
8588
8589
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8585

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