Class: Aws::Signer::Types::RemoveProfilePermissionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::RemoveProfilePermissionResponse
- Defined in:
- gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#revision_id ⇒ String
An identifier for the current revision of the profile permissions.
Instance Attribute Details
#revision_id ⇒ String
An identifier for the current revision of the profile permissions.
980 981 982 983 984 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 980 class RemoveProfilePermissionResponse < Struct.new( :revision_id) SENSITIVE = [] include Aws::Structure end |