Class: Aws::CloudHSM::Types::AddTagsToResourceResponse

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)


36
37
38
39
40
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 36

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