Class: Aws::WorkMail::Types::DescribeInboundDmarcSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DescribeInboundDmarcSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organization_id ⇒ String
Lists the ID of the given organization.
Instance Attribute Details
#organization_id ⇒ String
Lists the ID of the given organization.
1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-workmail/types.rb', line 1475 class DescribeInboundDmarcSettingsRequest < Struct.new( :organization_id) SENSITIVE = [] include Aws::Structure end |