Class: Aws::IoT::Types::Policy

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

Overview

Describes an IoT policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_arnString

The policy ARN.

Returns:

  • (String)


12509
12510
12511
12512
12513
12514
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12509

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

#policy_nameString

The policy name.

Returns:

  • (String)


12509
12510
12511
12512
12513
12514
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12509

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