Class: Aws::IoTSiteWise::Types::CreateAccessPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CreateAccessPolicyResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_policy_arn ⇒ String
The [ARN][1] 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\}
1902 1903 1904 1905 1906 1907 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1902 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.
1902 1903 1904 1905 1906 1907 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1902 class CreateAccessPolicyResponse < Struct.new( :access_policy_id, :access_policy_arn) SENSITIVE = [] include Aws::Structure end |