Class: Aws::Types::DeleteDomainOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


130
131
132
# File 'sig/types.rbs', line 130

def arn
  @arn
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def domain_id
  @domain_id
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DELETING", "DELETED")


131
132
133
# File 'sig/types.rbs', line 131

def status
  @status
end