Class: Aws::Types::OperationSummary
- Inherits:
-
Object
- Object
- Aws::Types::OperationSummary
- 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.
389 390 391 |
# File 'sig/types.rbs', line 389 def domain_name @domain_name end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
392 393 394 |
# File 'sig/types.rbs', line 392 def last_updated_date @last_updated_date end |
#message ⇒ ::String
Returns the value of attribute message.
390 391 392 |
# File 'sig/types.rbs', line 390 def @message end |
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
385 386 387 |
# File 'sig/types.rbs', line 385 def operation_id @operation_id end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
386 387 388 |
# File 'sig/types.rbs', line 386 def status @status end |
#status_flag ⇒ "PENDING_ACCEPTANCE", ...
Returns the value of attribute status_flag.
391 392 393 |
# File 'sig/types.rbs', line 391 def status_flag @status_flag end |
#submitted_date ⇒ ::Time
Returns the value of attribute submitted_date.
388 389 390 |
# File 'sig/types.rbs', line 388 def submitted_date @submitted_date end |
#type ⇒ "REGISTER_DOMAIN", ...
Returns the value of attribute type.
387 388 389 |
# File 'sig/types.rbs', line 387 def type @type end |