Class: Aws::EC2::Types::DescribeApplicationStatusCheckAssociationsResult

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

#associationsArray<Types::ApplicationStatusCheckAssociationObject>

The associations for the specified application status checks.



22948
22949
22950
22951
22952
22953
22954
# File 'lib/aws-sdk-ec2/types.rb', line 22948

class DescribeApplicationStatusCheckAssociationsResult < Struct.new(
  :associations,
  :next_token,
  :tags)
  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)


22948
22949
22950
22951
22952
22953
22954
# File 'lib/aws-sdk-ec2/types.rb', line 22948

class DescribeApplicationStatusCheckAssociationsResult < Struct.new(
  :associations,
  :next_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags associated with the application status checks.

Returns:



22948
22949
22950
22951
22952
22953
22954
# File 'lib/aws-sdk-ec2/types.rb', line 22948

class DescribeApplicationStatusCheckAssociationsResult < Struct.new(
  :associations,
  :next_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end