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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

The input for the GetPolicyVersion operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_nameString

The name of the policy.

Returns:

  • (String)


7683
7684
7685
7686
7687
7688
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7683

class GetPolicyVersionRequest < Struct.new(
  :policy_name,
  :policy_version_id)
  SENSITIVE = []
  include Aws::Structure
end

#policy_version_idString

The policy version ID.

Returns:

  • (String)


7683
7684
7685
7686
7687
7688
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7683

class GetPolicyVersionRequest < Struct.new(
  :policy_name,
  :policy_version_id)
  SENSITIVE = []
  include Aws::Structure
end