Class: Aws::Route53RecoveryReadiness::Types::CreateCellRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::CreateCellRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #cell_name ⇒ String
- #cells ⇒ Array<String>
-
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
Instance Attribute Details
#cell_name ⇒ String
83 84 85 86 87 88 89 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 83 class CreateCellRequest < Struct.new( :cell_name, :cells, :tags) SENSITIVE = [] include Aws::Structure end |
#cells ⇒ Array<String>
83 84 85 86 87 88 89 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 83 class CreateCellRequest < Struct.new( :cell_name, :cells, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
83 84 85 86 87 88 89 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 83 class CreateCellRequest < Struct.new( :cell_name, :cells, :tags) SENSITIVE = [] include Aws::Structure end |