Class: Aws::Types::Volume

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#administrative_actions::Array[Types::AdministrativeAction]

Returns the value of attribute administrative_actions.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1917
1918
1919
# File 'sig/types.rbs', line 1917

def lifecycle
  @lifecycle
end

#lifecycle_transition_reasonTypes::LifecycleTransitionReason

Returns the value of attribute lifecycle_transition_reason.

Returns:



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.

Returns:



1918
1919
1920
# File 'sig/types.rbs', line 1918

def name
  @name
end

#ontap_configurationTypes::OntapVolumeConfiguration

Returns the value of attribute ontap_configuration.

Returns:



1919
1920
1921
# File 'sig/types.rbs', line 1919

def ontap_configuration
  @ontap_configuration
end

#open_zfs_configurationTypes::OpenZFSVolumeConfiguration

Returns the value of attribute open_zfs_configuration.

Returns:



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.

Returns:



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.

Returns:



1921
1922
1923
# File 'sig/types.rbs', line 1921

def tags
  @tags
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:



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.

Returns:



1923
1924
1925
# File 'sig/types.rbs', line 1923

def volume_type
  @volume_type
end