Class: Aws::DataZone::Types::DeleteDomainOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DeleteDomainOutput
- Defined in:
- gems/aws-sdk-datazone/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.
6604 6605 6606 6607 6608 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6604 class DeleteDomainOutput < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |