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.
6120 6121 6122 6123 6124 |
# File 'lib/aws-sdk-datazone/types.rb', line 6120 class DeleteDomainOutput < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |