Class: Aws::IoT::Types::GetPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetPolicyRequest
- 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
-
#policy_name ⇒ String
The name of the policy.
Instance Attribute Details
#policy_name ⇒ String
The name of the policy.
7625 7626 7627 7628 7629 |
# File 'lib/aws-sdk-iot/types.rb', line 7625 class GetPolicyRequest < Struct.new( :policy_name) SENSITIVE = [] include Aws::Structure end |