class Aws::Route53RecoveryReadiness::Types::CreateCellRequest

@note When making an API call, you may pass CreateCellRequest

data as a hash:

    {
      cell_name: "__string", # required
      cells: ["__string"],
      tags: {
        "__string" => "__string",
      },
    }

@!attribute [rw] cell_name

@return [String]

@!attribute [rw] cells

@return [Array<String>]

@!attribute [rw] tags

A collection of tags associated with a resource
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/CreateCellRequest AWS API Documentation

Constants

SENSITIVE