Class: Aws::Types::AWSDomainInformation

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)


36
37
38
# File 'sig/types.rbs', line 36

def domain_name
  @domain_name
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def owner_id
  @owner_id
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def region
  @region
end