Class: Aws::Route53RecoveryControlConfig::Types::ListAssociatedRoute53HealthChecksResponse

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

Overview

The result of a successful ListAssociatedRoute53HealthChecks request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#health_check_idsArray<String>

Identifiers for the health checks.

Returns:

  • (Array<String>)


811
812
813
814
815
816
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 811

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

#next_tokenString

Next token for listing health checks.

Returns:

  • (String)


811
812
813
814
815
816
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 811

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