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.
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.
10668 10669 10670 |
# File 'sig/types.rbs', line 10668 def file_groups @file_groups end |
#parameters ⇒ Types::Parameters
Returns the value of attribute parameters.
10670 10671 10672 |
# File 'sig/types.rbs', line 10670 def parameters @parameters end |