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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-cloudhsm/types.rb', line 36

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