Class: Aws::IoT::Types::ListPolicyVersionsRequest

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

Overview

The input for the ListPolicyVersions operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_nameString

The policy name.

Returns:

  • (String)


11579
11580
11581
11582
11583
# File 'lib/aws-sdk-iot/types.rb', line 11579

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