Class: Aws::Types::GetOperationDetailResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetOperationDetailResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
-
#status_flag ⇒ "PENDING_ACCEPTANCE", ...
Returns the value of attribute status_flag.
-
#submitted_date ⇒ ::Time
Returns the value of attribute submitted_date.
-
#type ⇒ "REGISTER_DOMAIN", ...
Returns the value of attribute type.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
306 307 308 |
# File 'sig/types.rbs', line 306 def domain_name @domain_name end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
309 310 311 |
# File 'sig/types.rbs', line 309 def last_updated_date @last_updated_date end |
#message ⇒ ::String
Returns the value of attribute message.
305 306 307 |
# File 'sig/types.rbs', line 305 def @message end |
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
303 304 305 |
# File 'sig/types.rbs', line 303 def operation_id @operation_id end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
304 305 306 |
# File 'sig/types.rbs', line 304 def status @status end |
#status_flag ⇒ "PENDING_ACCEPTANCE", ...
Returns the value of attribute status_flag.
310 311 312 |
# File 'sig/types.rbs', line 310 def status_flag @status_flag end |
#submitted_date ⇒ ::Time
Returns the value of attribute submitted_date.
308 309 310 |
# File 'sig/types.rbs', line 308 def submitted_date @submitted_date end |
#type ⇒ "REGISTER_DOMAIN", ...
Returns the value of attribute type.
307 308 309 |
# File 'sig/types.rbs', line 307 def type @type end |