Class: Aws::Types::StartBackupJobOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_job_id::String

Returns the value of attribute backup_job_id.

Returns:

  • (::String)


2159
2160
2161
# File 'sig/types.rbs', line 2159

def backup_job_id
  @backup_job_id
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


2161
2162
2163
# File 'sig/types.rbs', line 2161

def creation_date
  @creation_date
end

#is_parentBoolean

Returns the value of attribute is_parent.

Returns:

  • (Boolean)


2162
2163
2164
# File 'sig/types.rbs', line 2162

def is_parent
  @is_parent
end

#recovery_point_arn::String

Returns the value of attribute recovery_point_arn.

Returns:

  • (::String)


2160
2161
2162
# File 'sig/types.rbs', line 2160

def recovery_point_arn
  @recovery_point_arn
end