Class: Aws::IoTSiteWise::Types::CreateAccessPolicyResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_policy_arnString

The ARN of the access policy, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:access-policy/${AccessPolicyId}

Returns:

  • (String)


3415
3416
3417
3418
3419
3420
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3415

class CreateAccessPolicyResponse < Struct.new(
  :access_policy_id,
  :access_policy_arn)
  SENSITIVE = []
  include Aws::Structure
end

#access_policy_idString

The ID of the access policy.

Returns:

  • (String)


3415
3416
3417
3418
3419
3420
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3415

class CreateAccessPolicyResponse < Struct.new(
  :access_policy_id,
  :access_policy_arn)
  SENSITIVE = []
  include Aws::Structure
end