Class: Aws::Route53RecoveryReadiness::Types::GetCellResponse

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)


488
489
490
491
492
493
494
495
496
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 488

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

#cell_nameString

Returns:

  • (String)


488
489
490
491
492
493
494
495
496
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 488

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

#cellsArray<String>

Returns:

  • (Array<String>)


488
489
490
491
492
493
494
495
496
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 488

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

#parent_readiness_scopesArray<String>

Returns:

  • (Array<String>)


488
489
490
491
492
493
494
495
496
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 488

class GetCellResponse < 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>)


488
489
490
491
492
493
494
495
496
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 488

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