Class: Aws::Types::UpdateFileSystemOpenZFSConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFileSystemOpenZFSConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_route_table_ids ⇒ ::Array[::String]
Returns the value of attribute add_route_table_ids.
-
#automatic_backup_retention_days ⇒ ::Integer
Returns the value of attribute automatic_backup_retention_days.
-
#copy_tags_to_backups ⇒ Boolean
Returns the value of attribute copy_tags_to_backups.
-
#copy_tags_to_volumes ⇒ Boolean
Returns the value of attribute copy_tags_to_volumes.
-
#daily_automatic_backup_start_time ⇒ ::String
Returns the value of attribute daily_automatic_backup_start_time.
-
#disk_iops_configuration ⇒ Types::DiskIopsConfiguration
Returns the value of attribute disk_iops_configuration.
-
#endpoint_ipv_6_address_range ⇒ ::String
Returns the value of attribute endpoint_ipv_6_address_range.
-
#read_cache_configuration ⇒ Types::OpenZFSReadCacheConfiguration
Returns the value of attribute read_cache_configuration.
-
#remove_route_table_ids ⇒ ::Array[::String]
Returns the value of attribute remove_route_table_ids.
-
#throughput_capacity ⇒ ::Integer
Returns the value of attribute throughput_capacity.
-
#weekly_maintenance_start_time ⇒ ::String
Returns the value of attribute weekly_maintenance_start_time.
Instance Attribute Details
#add_route_table_ids ⇒ ::Array[::String]
Returns the value of attribute add_route_table_ids.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def add_route_table_ids @add_route_table_ids end |
#automatic_backup_retention_days ⇒ ::Integer
Returns the value of attribute automatic_backup_retention_days.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def automatic_backup_retention_days @automatic_backup_retention_days end |
#copy_tags_to_backups ⇒ Boolean
Returns the value of attribute copy_tags_to_backups.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def @copy_tags_to_backups end |
#copy_tags_to_volumes ⇒ Boolean
Returns the value of attribute copy_tags_to_volumes.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def @copy_tags_to_volumes end |
#daily_automatic_backup_start_time ⇒ ::String
Returns the value of attribute daily_automatic_backup_start_time.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def daily_automatic_backup_start_time @daily_automatic_backup_start_time end |
#disk_iops_configuration ⇒ Types::DiskIopsConfiguration
Returns the value of attribute disk_iops_configuration.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def disk_iops_configuration @disk_iops_configuration end |
#endpoint_ipv_6_address_range ⇒ ::String
Returns the value of attribute endpoint_ipv_6_address_range.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def endpoint_ipv_6_address_range @endpoint_ipv_6_address_range end |
#read_cache_configuration ⇒ Types::OpenZFSReadCacheConfiguration
Returns the value of attribute read_cache_configuration.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def read_cache_configuration @read_cache_configuration end |
#remove_route_table_ids ⇒ ::Array[::String]
Returns the value of attribute remove_route_table_ids.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def remove_route_table_ids @remove_route_table_ids end |
#throughput_capacity ⇒ ::Integer
Returns the value of attribute throughput_capacity.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def throughput_capacity @throughput_capacity end |
#weekly_maintenance_start_time ⇒ ::String
Returns the value of attribute weekly_maintenance_start_time.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def weekly_maintenance_start_time @weekly_maintenance_start_time end |