Class: Aws::Types::Operation
- Inherits:
-
Object
- Object
- Aws::Types::Operation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
-
#targets ⇒ ::Hash[("NAMESPACE" | "SERVICE" | "INSTANCE"), ::String]
Returns the value of attribute targets.
-
#type ⇒ "CREATE_NAMESPACE", ...
Returns the value of attribute type.
-
#update_date ⇒ ::Time
Returns the value of attribute update_date.
Instance Attribute Details
#create_date ⇒ ::Time
Returns the value of attribute create_date.
418 419 420 |
# File 'sig/types.rbs', line 418 def create_date @create_date end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
417 418 419 |
# File 'sig/types.rbs', line 417 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
416 417 418 |
# File 'sig/types.rbs', line 416 def @error_message end |
#id ⇒ ::String
Returns the value of attribute id.
412 413 414 |
# File 'sig/types.rbs', line 412 def id @id end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
413 414 415 |
# File 'sig/types.rbs', line 413 def owner_account @owner_account end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
415 416 417 |
# File 'sig/types.rbs', line 415 def status @status end |
#targets ⇒ ::Hash[("NAMESPACE" | "SERVICE" | "INSTANCE"), ::String]
Returns the value of attribute targets.
420 421 422 |
# File 'sig/types.rbs', line 420 def targets @targets end |
#type ⇒ "CREATE_NAMESPACE", ...
Returns the value of attribute type.
414 415 416 |
# File 'sig/types.rbs', line 414 def type @type end |
#update_date ⇒ ::Time
Returns the value of attribute update_date.
419 420 421 |
# File 'sig/types.rbs', line 419 def update_date @update_date end |