Class: Aws::Types::UpdateCellResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cell_arn ⇒ ::String

Returns the value of attribute cell_arn.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def cell_arn
  @cell_arn
end

#cell_name ⇒ ::String

Returns the value of attribute cell_name.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def cell_name
  @cell_name
end

#cells ⇒ ::Array[::String]

Returns the value of attribute cells.

Returns:

  • (::Array[::String])


477
478
479
# File 'sig/types.rbs', line 477

def cells
  @cells
end

#parent_readiness_scopes ⇒ ::Array[::String]

Returns the value of attribute parent_readiness_scopes.

Returns:

  • (::Array[::String])


478
479
480
# File 'sig/types.rbs', line 478

def parent_readiness_scopes
  @parent_readiness_scopes
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


479
480
481
# File 'sig/types.rbs', line 479

def tags
  @tags
end