Class: Aws::WorkMail::Types::DescribeResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#organization_idString

The identifier associated with the organization for which the resource is described.

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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