Class: Aws::Types::StartCopyJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartCopyJobOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copy_job_id ⇒ ::String
Returns the value of attribute copy_job_id.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#is_parent ⇒ Boolean
Returns the value of attribute is_parent.
Instance Attribute Details
#copy_job_id ⇒ ::String
Returns the value of attribute copy_job_id.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def copy_job_id @copy_job_id end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
2178 2179 2180 |
# File 'sig/types.rbs', line 2178 def creation_date @creation_date end |
#is_parent ⇒ Boolean
Returns the value of attribute is_parent.
2179 2180 2181 |
# File 'sig/types.rbs', line 2179 def is_parent @is_parent end |