Class: Aws::Types::SnapshotConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_configurationTypes::SnapshotDestinationConfiguration

Returns the value of attribute destination_configuration.



10669
10670
10671
# File 'sig/types.rbs', line 10669

def destination_configuration
  @destination_configuration
end

#file_groups::Array[Types::SnapshotFileGroup]

Returns the value of attribute file_groups.

Returns:



10668
10669
10670
# File 'sig/types.rbs', line 10668

def file_groups
  @file_groups
end

#parametersTypes::Parameters

Returns the value of attribute parameters.

Returns:



10670
10671
10672
# File 'sig/types.rbs', line 10670

def parameters
  @parameters
end