Class: Aws::Types::DomainInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


585
586
587
# File 'sig/types.rbs', line 585

def domain_name
  @domain_name
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


584
585
586
# File 'sig/types.rbs', line 584

def owner_id
  @owner_id
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def region
  @region
end