Class: Aws::CloudHSM::Types::RemoveTagsFromResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the operation.

Returns:

  • (String)


881
882
883
884
885
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 881

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