Class: Aws::Types::DomainInfo

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:



404
405
406
# File 'sig/types.rbs', line 404

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:



403
404
405
# File 'sig/types.rbs', line 403

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:



401
402
403
# File 'sig/types.rbs', line 401

def name
  @name
end

#status"REGISTERED", "DEPRECATED"

Returns the value of attribute status.

Returns:



402
403
404
# File 'sig/types.rbs', line 402

def status
  @status
end