Class: Aws::EC2::Types::DescribeApplicationStatusChecksResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_status_checks ⇒ Array<Types::ApplicationStatusCheckResponseObject>

Information about the application status checks.



23622
23623
23624
23625
23626
23627
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 23622

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

#next_token ⇒ String

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)


23622
23623
23624
23625
23626
23627
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 23622

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