Class: Aws::Route53RecoveryReadiness::Types::ListCellsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::ListCellsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#cells ⇒ Array<Types::CellOutput>
766 767 768 769 770 771 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 766 class ListCellsResponse < Struct.new( :cells, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
766 767 768 769 770 771 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 766 class ListCellsResponse < Struct.new( :cells, :next_token) SENSITIVE = [] include Aws::Structure end |