Class: Aws::EC2::Types::VolumeStatusItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the volume status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::VolumeStatusAction>

The details of the operation.

Returns:



67727
67728
67729
67730
67731
67732
67733
67734
67735
67736
67737
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67727

class VolumeStatusItem < Struct.new(
  :actions,
  :availability_zone,
  :outpost_arn,
  :events,
  :volume_id,
  :volume_status,
  :attachment_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#attachment_statusesArray<Types::VolumeStatusAttachmentStatus>

Information about the instances to which the volume is attached.



67727
67728
67729
67730
67731
67732
67733
67734
67735
67736
67737
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67727

class VolumeStatusItem < Struct.new(
  :actions,
  :availability_zone,
  :outpost_arn,
  :events,
  :volume_id,
  :volume_status,
  :attachment_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zoneString

The Availability Zone of the volume.

Returns:

  • (String)


67727
67728
67729
67730
67731
67732
67733
67734
67735
67736
67737
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67727

class VolumeStatusItem < Struct.new(
  :actions,
  :availability_zone,
  :outpost_arn,
  :events,
  :volume_id,
  :volume_status,
  :attachment_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#eventsArray<Types::VolumeStatusEvent>

A list of events associated with the volume.

Returns:



67727
67728
67729
67730
67731
67732
67733
67734
67735
67736
67737
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67727

class VolumeStatusItem < Struct.new(
  :actions,
  :availability_zone,
  :outpost_arn,
  :events,
  :volume_id,
  :volume_status,
  :attachment_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_arnString

The Amazon Resource Name (ARN) of the Outpost.

Returns:

  • (String)


67727
67728
67729
67730
67731
67732
67733
67734
67735
67736
67737
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67727

class VolumeStatusItem < Struct.new(
  :actions,
  :availability_zone,
  :outpost_arn,
  :events,
  :volume_id,
  :volume_status,
  :attachment_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#volume_idString

The volume ID.

Returns:

  • (String)


67727
67728
67729
67730
67731
67732
67733
67734
67735
67736
67737
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67727

class VolumeStatusItem < Struct.new(
  :actions,
  :availability_zone,
  :outpost_arn,
  :events,
  :volume_id,
  :volume_status,
  :attachment_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#volume_statusTypes::VolumeStatusInfo

The volume status.



67727
67728
67729
67730
67731
67732
67733
67734
67735
67736
67737
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67727

class VolumeStatusItem < Struct.new(
  :actions,
  :availability_zone,
  :outpost_arn,
  :events,
  :volume_id,
  :volume_status,
  :attachment_statuses)
  SENSITIVE = []
  include Aws::Structure
end