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.
5660 5661 5662 5663 5664 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5660 class DeleteDomainOutput < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |