Class: Aws::Types::DomainSummary

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)


327
328
329
# File 'sig/types.rbs', line 327

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


329
330
331
# File 'sig/types.rbs', line 329

def created_time
  @created_time
end

#encryption_key::String

Returns the value of attribute encryption_key.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def encryption_key
  @encryption_key
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def name
  @name
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def owner
  @owner
end

#status"Active", "Deleted"

Returns the value of attribute status.

Returns:

  • ("Active", "Deleted")


328
329
330
# File 'sig/types.rbs', line 328

def status
  @status
end