Class: Aws::DataZone::Types::DeleteDomainOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the domain.

Returns:

  • (String)


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