Class: Aws::Signer::Types::RemoveProfilePermissionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#revision_idString

An identifier for the current revision of the profile permissions.

Returns:

  • (String)


961
962
963
964
965
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 961

class RemoveProfilePermissionResponse < Struct.new(
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end