Class: Aws::IoT::Types::GetPolicyVersionRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#policy_nameString

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_idString

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