Class: Aws::Route53RecoveryReadiness::Types::UpdateCellResponse

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)


1365
1366
1367
1368
1369
1370
1371
1372
1373
# File 'gems/aws-sdk-route53recoveryreadiness/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_nameString

Returns:

  • (String)


1365
1366
1367
1368
1369
1370
1371
1372
1373
# File 'gems/aws-sdk-route53recoveryreadiness/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

#cellsArray<String>

Returns:

  • (Array<String>)


1365
1366
1367
1368
1369
1370
1371
1372
1373
# File 'gems/aws-sdk-route53recoveryreadiness/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_scopesArray<String>

Returns:

  • (Array<String>)


1365
1366
1367
1368
1369
1370
1371
1372
1373
# File 'gems/aws-sdk-route53recoveryreadiness/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

#tagsHash<String,String>

A collection of tags associated with a resource.

Returns:

  • (Hash<String,String>)


1365
1366
1367
1368
1369
1370
1371
1372
1373
# File 'gems/aws-sdk-route53recoveryreadiness/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