Class: Aws::Types::CreateBackupSelectionOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_plan_id::String

Returns the value of attribute backup_plan_id.

Returns:

  • (::String)


341
342
343
# File 'sig/types.rbs', line 341

def backup_plan_id
  @backup_plan_id
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


342
343
344
# File 'sig/types.rbs', line 342

def creation_date
  @creation_date
end

#selection_id::String

Returns the value of attribute selection_id.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def selection_id
  @selection_id
end