Class: Aws::WorkMail::Types::CreateResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::CreateResourceResponse
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
The identifier of the new resource.
Instance Attribute Details
#resource_id ⇒ String
The identifier of the new resource.
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 |