Class: Aws::DataZone::Types::DeleteDomainOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DeleteDomainOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the domain.
Instance Attribute Details
#status ⇒ String
The status of the domain.
4832 4833 4834 4835 4836 |
# File 'lib/aws-sdk-datazone/types.rb', line 4832 class DeleteDomainOutput < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |