Class: Aws::Route53RecoveryReadiness::Types::GetCellResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Route53RecoveryReadiness::Types::GetCellResponse
 
- Defined in:
- gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #cell_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
- 
  
    
      #cell_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
- 
  
    
      #cells  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
- 
  
    
      #parent_readiness_scopes  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
- 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A collection of tags associated with a resource. 
Instance Attribute Details
#cell_arn ⇒ 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_name ⇒ 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 | 
#cells ⇒ 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_scopes ⇒ 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 | 
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
| 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 |