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

#auto_renewBoolean

Returns the value of attribute auto_renew.

Returns:

  • (Boolean)


193
194
195
# File 'sig/types.rbs', line 193

def auto_renew
  @auto_renew
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def domain_name
  @domain_name
end

#expiry::Time

Returns the value of attribute expiry.

Returns:

  • (::Time)


195
196
197
# File 'sig/types.rbs', line 195

def expiry
  @expiry
end

#transfer_lockBoolean

Returns the value of attribute transfer_lock.

Returns:

  • (Boolean)


194
195
196
# File 'sig/types.rbs', line 194

def transfer_lock
  @transfer_lock
end