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>)


822
823
824
825
826
827
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 822

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

#next_tokenString

Next token for listing health checks.

Returns:

  • (String)


822
823
824
825
826
827
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 822

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