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`

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


2547
2548
2549
2550
2551
2552
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2547

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)


2547
2548
2549
2550
2551
2552
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2547

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