Class: Aws::LookoutEquipment::Types::PutResourcePolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


3560
3561
3562
3563
3564
3565
3566
3567
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3560

class PutResourcePolicyRequest < Struct.new(
  :resource_arn,
  :resource_policy,
  :policy_revision_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#policy_revision_idString

A unique identifier for a revision of the resource policy.

Returns:

  • (String)


3560
3561
3562
3563
3564
3565
3566
3567
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3560

class PutResourcePolicyRequest < Struct.new(
  :resource_arn,
  :resource_policy,
  :policy_revision_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the resource for which the policy is being created.

Returns:

  • (String)


3560
3561
3562
3563
3564
3565
3566
3567
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3560

class PutResourcePolicyRequest < Struct.new(
  :resource_arn,
  :resource_policy,
  :policy_revision_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_policyString

The JSON-formatted resource policy to create.

Returns:

  • (String)


3560
3561
3562
3563
3564
3565
3566
3567
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3560

class PutResourcePolicyRequest < Struct.new(
  :resource_arn,
  :resource_policy,
  :policy_revision_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end