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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4832
4833
4834
4835
4836
# File 'lib/aws-sdk-datazone/types.rb', line 4832

class DeleteDomainOutput < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end