Class: Aws::Route53RecoveryReadiness::Types::ListCellsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cellsArray<Types::CellOutput>

Returns:



766
767
768
769
770
771
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 766

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

#next_tokenString

Returns:

  • (String)


766
767
768
769
770
771
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 766

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