Class: Aws::WorkMail::Types::DescribeResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DescribeResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organization_id ⇒ String
The identifier associated with the organization for which the resource is described.
-
#resource_id ⇒ String
The identifier of the resource to be described.
Instance Attribute Details
#organization_id ⇒ String
The identifier associated with the organization for which the resource is described.
1680 1681 1682 1683 1684 1685 |
# File 'lib/aws-sdk-workmail/types.rb', line 1680 class DescribeResourceRequest < Struct.new( :organization_id, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource to be described.
The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:
-
Resource ID: r-0123456789a0123456789b0123456789
-
Email address: [email protected]
-
Resource name: resource
1680 1681 1682 1683 1684 1685 |
# File 'lib/aws-sdk-workmail/types.rb', line 1680 class DescribeResourceRequest < Struct.new( :organization_id, :resource_id) SENSITIVE = [] include Aws::Structure end |