Class: Aws::Types::CreateSyncJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateSyncJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
259 260 261 |
# File 'sig/types.rbs', line 259 def arn @arn end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
260 261 262 |
# File 'sig/types.rbs', line 260 def creation_date_time @creation_date_time end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
261 262 263 |
# File 'sig/types.rbs', line 261 def state @state end |