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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


10516
10517
10518
10519
10520
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10516

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