Class: Aws::Route53RecoveryReadiness::Types::CellOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::CellOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
Information about a cell.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cell_arn ⇒ String
The Amazon Resource Name (ARN) for the cell.
-
#cell_name ⇒ String
The name of the cell.
-
#cells ⇒ Array<String>
A list of cell ARNs.
-
#parent_readiness_scopes ⇒ Array<String>
The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.
-
#tags ⇒ Hash<String,String>
Tags on the resources.
Instance Attribute Details
#cell_arn ⇒ String
The Amazon Resource Name (ARN) for the cell.
50 51 52 53 54 55 56 57 58 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 50 class CellOutput < Struct.new( :cell_arn, :cell_name, :cells, :parent_readiness_scopes, :tags) SENSITIVE = [] include Aws::Structure end |
#cell_name ⇒ String
The name of the cell.
50 51 52 53 54 55 56 57 58 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 50 class CellOutput < Struct.new( :cell_arn, :cell_name, :cells, :parent_readiness_scopes, :tags) SENSITIVE = [] include Aws::Structure end |
#cells ⇒ Array<String>
A list of cell ARNs.
50 51 52 53 54 55 56 57 58 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 50 class CellOutput < Struct.new( :cell_arn, :cell_name, :cells, :parent_readiness_scopes, :tags) SENSITIVE = [] include Aws::Structure end |
#parent_readiness_scopes ⇒ Array<String>
The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.
50 51 52 53 54 55 56 57 58 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 50 class CellOutput < Struct.new( :cell_arn, :cell_name, :cells, :parent_readiness_scopes, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags on the resources.
50 51 52 53 54 55 56 57 58 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 50 class CellOutput < Struct.new( :cell_arn, :cell_name, :cells, :parent_readiness_scopes, :tags) SENSITIVE = [] include Aws::Structure end |