Class: Aws::EC2::Types::DescribeVolumeStatusResult

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

Overview

Contains the output of DescribeVolumeStatus.

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


10556
10557
10558
10559
10560
# File 'lib/aws-sdk-ec2/types.rb', line 10556

class DescribeVolumeStatusResult < Struct.new(
  :next_token,
  :volume_statuses)
  include Aws::Structure
end

#volume_statusesArray<Types::VolumeStatusItem>

A list of volumes.

Returns:



10556
10557
10558
10559
10560
# File 'lib/aws-sdk-ec2/types.rb', line 10556

class DescribeVolumeStatusResult < Struct.new(
  :next_token,
  :volume_statuses)
  include Aws::Structure
end