Class: Aws::WorkMail::Types::CreateResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The identifier of the new resource.

Returns:

  • (String)


666
667
668
669
670
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 666

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