Class: Aws::Types::DomainResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


1275
1276
1277
# File 'sig/types.rbs', line 1275

def domain
  @domain
end

#status"active", "inactive"

Returns the value of attribute status.

Returns:

  • ("active", "inactive")


1276
1277
1278
# File 'sig/types.rbs', line 1276

def status
  @status
end