Class: Aws::Types::Volume
- Inherits:
-
Object
- Object
- Aws::Types::Volume
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#administrative_actions ⇒ ::Array[Types::AdministrativeAction]
Returns the value of attribute administrative_actions.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#lifecycle ⇒ "CREATING", ...
Returns the value of attribute lifecycle.
-
#lifecycle_transition_reason ⇒ Types::LifecycleTransitionReason
Returns the value of attribute lifecycle_transition_reason.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#ontap_configuration ⇒ Types::OntapVolumeConfiguration
Returns the value of attribute ontap_configuration.
-
#open_zfs_configuration ⇒ Types::OpenZFSVolumeConfiguration
Returns the value of attribute open_zfs_configuration.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
-
#volume_type ⇒ "ONTAP", "OPENZFS"
Returns the value of attribute volume_type.
Instance Attribute Details
#administrative_actions ⇒ ::Array[Types::AdministrativeAction]
Returns the value of attribute administrative_actions.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def administrative_actions @administrative_actions end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def creation_time @creation_time end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def file_system_id @file_system_id end |
#lifecycle ⇒ "CREATING", ...
Returns the value of attribute lifecycle.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def lifecycle @lifecycle end |
#lifecycle_transition_reason ⇒ Types::LifecycleTransitionReason
Returns the value of attribute lifecycle_transition_reason.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def lifecycle_transition_reason @lifecycle_transition_reason end |
#name ⇒ ::String
Returns the value of attribute name.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def name @name end |
#ontap_configuration ⇒ Types::OntapVolumeConfiguration
Returns the value of attribute ontap_configuration.
1919 1920 1921 |
# File 'sig/types.rbs', line 1919 def ontap_configuration @ontap_configuration end |
#open_zfs_configuration ⇒ Types::OpenZFSVolumeConfiguration
Returns the value of attribute open_zfs_configuration.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def open_zfs_configuration @open_zfs_configuration end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def resource_arn @resource_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def volume_id @volume_id end |
#volume_type ⇒ "ONTAP", "OPENZFS"
Returns the value of attribute volume_type.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def volume_type @volume_type end |