Class: Aws::Types::GetBackupSelectionOutput

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)


953
954
955
# File 'sig/types.rbs', line 953

def backup_plan_id
  @backup_plan_id
end

#backup_selectionTypes::BackupSelection

Returns the value of attribute backup_selection.



951
952
953
# File 'sig/types.rbs', line 951

def backup_selection
  @backup_selection
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


954
955
956
# File 'sig/types.rbs', line 954

def creation_date
  @creation_date
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


955
956
957
# File 'sig/types.rbs', line 955

def creator_request_id
  @creator_request_id
end

#selection_id::String

Returns the value of attribute selection_id.

Returns:

  • (::String)


952
953
954
# File 'sig/types.rbs', line 952

def selection_id
  @selection_id
end