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