Class: Aws::Signer::Types::AddProfilePermissionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::AddProfilePermissionResponse
- Defined in:
- gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#revision_id ⇒ String
A unique identifier for the current profile revision.
Instance Attribute Details
#revision_id ⇒ String
A unique identifier for the current profile revision.
94 95 96 97 98 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 94 class AddProfilePermissionResponse < Struct.new( :revision_id) SENSITIVE = [] include Aws::Structure end |