Class: Aws::EC2::Types::DescribeApplicationStatusResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_statusesTypes::ApplicationStatusesResponseType

The application statuses for the specified instances.



23091
23092
23093
23094
23095
23096
# File 'lib/aws-sdk-ec2/types.rb', line 23091

class DescribeApplicationStatusResult < Struct.new(
  :application_statuses,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.

Returns:

  • (String)


23091
23092
23093
23094
23095
23096
# File 'lib/aws-sdk-ec2/types.rb', line 23091

class DescribeApplicationStatusResult < Struct.new(
  :application_statuses,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end