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.
7950 7951 7952 7953 7954 |
# File 'lib/aws-sdk-iot/types.rb', line 7950 class GetPolicyRequest < Struct.new( :policy_name) SENSITIVE = [] include Aws::Structure end |