Class: Aws::Types::DomainSummary
- Inherits:
-
Object
- Object
- Aws::Types::DomainSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_renew ⇒ Boolean
Returns the value of attribute auto_renew.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#expiry ⇒ ::Time
Returns the value of attribute expiry.
-
#transfer_lock ⇒ Boolean
Returns the value of attribute transfer_lock.
Instance Attribute Details
#auto_renew ⇒ Boolean
Returns the value of attribute auto_renew.
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.
192 193 194 |
# File 'sig/types.rbs', line 192 def domain_name @domain_name end |
#expiry ⇒ ::Time
Returns the value of attribute expiry.
195 196 197 |
# File 'sig/types.rbs', line 195 def expiry @expiry end |
#transfer_lock ⇒ Boolean
Returns the value of attribute transfer_lock.
194 195 196 |
# File 'sig/types.rbs', line 194 def transfer_lock @transfer_lock end |