Class: Aws::IoTSiteWise::Types::CreateAccessPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CreateAccessPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_policy_arn ⇒ String
The [ARN] of the access policy, which has the following format.
-
#access_policy_id ⇒ String
The ID of the access policy.
Instance Attribute Details
#access_policy_arn ⇒ String
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
2583 2584 2585 2586 2587 2588 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2583 class CreateAccessPolicyResponse < Struct.new( :access_policy_id, :access_policy_arn) SENSITIVE = [] include Aws::Structure end |
#access_policy_id ⇒ String
The ID of the access policy.
2583 2584 2585 2586 2587 2588 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2583 class CreateAccessPolicyResponse < Struct.new( :access_policy_id, :access_policy_arn) SENSITIVE = [] include Aws::Structure end |