Class: Aws::Route53RecoveryReadiness::Types::CreateCellResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::CreateCellResponse
- 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
109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 109 class CreateCellResponse < Struct.new( :cell_arn, :cell_name, :cells, :parent_readiness_scopes, :tags) SENSITIVE = [] include Aws::Structure end |
#cell_name ⇒ String
109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 109 class CreateCellResponse < Struct.new( :cell_arn, :cell_name, :cells, :parent_readiness_scopes, :tags) SENSITIVE = [] include Aws::Structure end |
#cells ⇒ Array<String>
109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 109 class CreateCellResponse < Struct.new( :cell_arn, :cell_name, :cells, :parent_readiness_scopes, :tags) SENSITIVE = [] include Aws::Structure end |
#parent_readiness_scopes ⇒ Array<String>
109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 109 class CreateCellResponse < 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.
109 110 111 112 113 114 115 116 117 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 109 class CreateCellResponse < Struct.new( :cell_arn, :cell_name, :cells, :parent_readiness_scopes, :tags) SENSITIVE = [] include Aws::Structure end |