Class: Aws::Types::UpdateOntapVolumeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOntapVolumeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copy_tags_to_backups ⇒ Boolean
Returns the value of attribute copy_tags_to_backups.
-
#junction_path ⇒ ::String
Returns the value of attribute junction_path.
-
#security_style ⇒ "UNIX", ...
Returns the value of attribute security_style.
-
#size_in_bytes ⇒ ::Integer
Returns the value of attribute size_in_bytes.
-
#size_in_megabytes ⇒ ::Integer
Returns the value of attribute size_in_megabytes.
-
#snaplock_configuration ⇒ Types::UpdateSnaplockConfiguration
Returns the value of attribute snaplock_configuration.
-
#snapshot_policy ⇒ ::String
Returns the value of attribute snapshot_policy.
-
#storage_efficiency_enabled ⇒ Boolean
Returns the value of attribute storage_efficiency_enabled.
-
#tiering_policy ⇒ Types::TieringPolicy
Returns the value of attribute tiering_policy.
Instance Attribute Details
#copy_tags_to_backups ⇒ Boolean
Returns the value of attribute copy_tags_to_backups.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def @copy_tags_to_backups end |
#junction_path ⇒ ::String
Returns the value of attribute junction_path.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def junction_path @junction_path end |
#security_style ⇒ "UNIX", ...
Returns the value of attribute security_style.
1827 1828 1829 |
# File 'sig/types.rbs', line 1827 def security_style @security_style end |
#size_in_bytes ⇒ ::Integer
Returns the value of attribute size_in_bytes.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def size_in_bytes @size_in_bytes end |
#size_in_megabytes ⇒ ::Integer
Returns the value of attribute size_in_megabytes.
1828 1829 1830 |
# File 'sig/types.rbs', line 1828 def size_in_megabytes @size_in_megabytes end |
#snaplock_configuration ⇒ Types::UpdateSnaplockConfiguration
Returns the value of attribute snaplock_configuration.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def snaplock_configuration @snaplock_configuration end |
#snapshot_policy ⇒ ::String
Returns the value of attribute snapshot_policy.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def snapshot_policy @snapshot_policy end |
#storage_efficiency_enabled ⇒ Boolean
Returns the value of attribute storage_efficiency_enabled.
1829 1830 1831 |
# File 'sig/types.rbs', line 1829 def storage_efficiency_enabled @storage_efficiency_enabled end |
#tiering_policy ⇒ Types::TieringPolicy
Returns the value of attribute tiering_policy.
1830 1831 1832 |
# File 'sig/types.rbs', line 1830 def tiering_policy @tiering_policy end |