Class: Aws::Types::GetDomainMaintenanceStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDomainMaintenanceStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#maintenance_id ⇒ ::String
Returns the value of attribute maintenance_id.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def domain_name @domain_name end |
#maintenance_id ⇒ ::String
Returns the value of attribute maintenance_id.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def maintenance_id @maintenance_id end |