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.
5794 5795 5796 5797 5798 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5794 class DeleteDomainOutput < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |