Class: Aws::IoTSiteWise::Types::UpdateAccessPolicyRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_policy_idString

The ID of the access policy.

Returns:

  • (String)


8110
8111
8112
8113
8114
8115
8116
8117
8118
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8110

class UpdateAccessPolicyRequest < Struct.new(
  :access_policy_id,
  :access_policy_identity,
  :access_policy_resource,
  :access_policy_permission,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#access_policy_identityTypes::Identity

The identity for this access policy. Choose an IAM Identity Center user, an IAM Identity Center group, or an IAM user.

Returns:



8110
8111
8112
8113
8114
8115
8116
8117
8118
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8110

class UpdateAccessPolicyRequest < Struct.new(
  :access_policy_id,
  :access_policy_identity,
  :access_policy_resource,
  :access_policy_permission,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#access_policy_permissionString

The permission level for this access policy. Note that a project ADMINISTRATOR is also known as a project owner.

Returns:

  • (String)


8110
8111
8112
8113
8114
8115
8116
8117
8118
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8110

class UpdateAccessPolicyRequest < Struct.new(
  :access_policy_id,
  :access_policy_identity,
  :access_policy_resource,
  :access_policy_permission,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#access_policy_resourceTypes::Resource

The IoT SiteWise Monitor resource for this access policy. Choose either a portal or a project.

Returns:



8110
8111
8112
8113
8114
8115
8116
8117
8118
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8110

class UpdateAccessPolicyRequest < Struct.new(
  :access_policy_id,
  :access_policy_identity,
  :access_policy_resource,
  :access_policy_permission,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

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

Returns:

  • (String)


8110
8111
8112
8113
8114
8115
8116
8117
8118
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8110

class UpdateAccessPolicyRequest < Struct.new(
  :access_policy_id,
  :access_policy_identity,
  :access_policy_resource,
  :access_policy_permission,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end