Class: Aws::Route53RecoveryReadiness::Types::CellOutput

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

Overview

Information about a cell.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cell_arnString

The Amazon Resource Name (ARN) for the cell.

Returns:

  • (String)


50
51
52
53
54
55
56
57
58
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 50

class CellOutput < Struct.new(
  :cell_arn,
  :cell_name,
  :cells,
  :parent_readiness_scopes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#cell_nameString

The name of the cell.

Returns:

  • (String)


50
51
52
53
54
55
56
57
58
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 50

class CellOutput < Struct.new(
  :cell_arn,
  :cell_name,
  :cells,
  :parent_readiness_scopes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#cellsArray<String>

A list of cell ARNs.

Returns:

  • (Array<String>)


50
51
52
53
54
55
56
57
58
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 50

class CellOutput < Struct.new(
  :cell_arn,
  :cell_name,
  :cells,
  :parent_readiness_scopes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#parent_readiness_scopesArray<String>

The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.

Returns:

  • (Array<String>)


50
51
52
53
54
55
56
57
58
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 50

class CellOutput < Struct.new(
  :cell_arn,
  :cell_name,
  :cells,
  :parent_readiness_scopes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags on the resources.

Returns:

  • (Hash<String,String>)


50
51
52
53
54
55
56
57
58
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 50

class CellOutput < Struct.new(
  :cell_arn,
  :cell_name,
  :cells,
  :parent_readiness_scopes,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end