Class: Aws::Types::SnapshotConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SnapshotConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_configuration ⇒ Types::SnapshotDestinationConfiguration
Returns the value of attribute destination_configuration.
-
#file_groups ⇒ ::Array[Types::SnapshotFileGroup]
Returns the value of attribute file_groups.
-
#parameters ⇒ Types::Parameters
Returns the value of attribute parameters.
Instance Attribute Details
#destination_configuration ⇒ Types::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.
10278 10279 10280 |
# File 'sig/types.rbs', line 10278 def file_groups @file_groups end |
#parameters ⇒ Types::Parameters
Returns the value of attribute parameters.
10280 10281 10282 |
# File 'sig/types.rbs', line 10280 def parameters @parameters end |