Class: Aws::Types::StartCopyJobOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#copy_job_id::String

Returns the value of attribute copy_job_id.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


2178
2179
2180
# File 'sig/types.rbs', line 2178

def creation_date
  @creation_date
end

#is_parentBoolean

Returns the value of attribute is_parent.

Returns:

  • (Boolean)


2179
2180
2181
# File 'sig/types.rbs', line 2179

def is_parent
  @is_parent
end