Class: Aws::Route53RecoveryReadiness::Types::ListRecoveryGroupsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString



856
857
858
859
860
861
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 856

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

#recovery_groupsArray<Types::RecoveryGroupOutput>



856
857
858
859
860
861
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 856

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