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.



10279
10280
10281
# File 'sig/types.rbs', line 10279

def destination_configuration
  @destination_configuration
end

#file_groups::Array[Types::SnapshotFileGroup]

Returns the value of attribute file_groups.

Returns:



10278
10279
10280
# File 'sig/types.rbs', line 10278

def file_groups
  @file_groups
end

#parametersTypes::Parameters

Returns the value of attribute parameters.

Returns:



10280
10281
10282
# File 'sig/types.rbs', line 10280

def parameters
  @parameters
end