Class: Aws::IoT::Types::PolicyVersionIdentifier

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

Overview

Information about the version of the policy associated with the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_nameString

The name of the policy.

Returns:

  • (String)


12549
12550
12551
12552
12553
12554
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12549

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

#policy_version_idString

The ID of the version of the policy associated with the resource.

Returns:

  • (String)


12549
12550
12551
12552
12553
12554
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12549

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