Class: Aws::Route53RecoveryReadiness::Types::UpdateCellResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::UpdateCellResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #cell_arn ⇒ String
- #cell_name ⇒ String
- #cells ⇒ Array<String>
- #parent_readiness_scopes ⇒ Array<String>
-
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
Instance Attribute Details
#cell_arn ⇒ String
1365 1366 1367 1368 1369 1370 1371 1372 1373 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1365 class UpdateCellResponse < Struct.new( :cell_arn, :cell_name, :cells, :parent_readiness_scopes, :tags) SENSITIVE = [] include Aws::Structure end |
#cell_name ⇒ String
1365 1366 1367 1368 1369 1370 1371 1372 1373 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1365 class UpdateCellResponse < Struct.new( :cell_arn, :cell_name, :cells, :parent_readiness_scopes, :tags) SENSITIVE = [] include Aws::Structure end |
#cells ⇒ Array<String>
1365 1366 1367 1368 1369 1370 1371 1372 1373 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1365 class UpdateCellResponse < Struct.new( :cell_arn, :cell_name, :cells, :parent_readiness_scopes, :tags) SENSITIVE = [] include Aws::Structure end |
#parent_readiness_scopes ⇒ Array<String>
1365 1366 1367 1368 1369 1370 1371 1372 1373 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1365 class UpdateCellResponse < Struct.new( :cell_arn, :cell_name, :cells, :parent_readiness_scopes, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
1365 1366 1367 1368 1369 1370 1371 1372 1373 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1365 class UpdateCellResponse < Struct.new( :cell_arn, :cell_name, :cells, :parent_readiness_scopes, :tags) SENSITIVE = [] include Aws::Structure end |