Class: Aws::IoT::Types::GetPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass GetPolicyRequest data as a hash:
{
policy_name: "PolicyName", # required
}
The input for the GetPolicy operation.
Instance Attribute Summary collapse
-
#policy_name ⇒ String
The name of the policy.
Instance Attribute Details
#policy_name ⇒ String
The name of the policy.
5120 5121 5122 5123 |
# File 'lib/aws-sdk-iot/types.rb', line 5120 class GetPolicyRequest < Struct.new( :policy_name) include Aws::Structure end |