Class: Aws::Route53RecoveryReadiness::Types::CreateCellResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cell_arnString

Returns:

  • (String)


109
110
111
112
113
114
115
116
117
# File 'gems/aws-sdk-route53recoveryreadiness/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_nameString

Returns:

  • (String)


109
110
111
112
113
114
115
116
117
# File 'gems/aws-sdk-route53recoveryreadiness/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

#cellsArray<String>

Returns:

  • (Array<String>)


109
110
111
112
113
114
115
116
117
# File 'gems/aws-sdk-route53recoveryreadiness/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_scopesArray<String>

Returns:

  • (Array<String>)


109
110
111
112
113
114
115
116
117
# File 'gems/aws-sdk-route53recoveryreadiness/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

#tagsHash<String,String>

A collection of tags associated with a resource.

Returns:

  • (Hash<String,String>)


109
110
111
112
113
114
115
116
117
# File 'gems/aws-sdk-route53recoveryreadiness/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