Class: Aws::Types::GetCellResponse

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)


174
175
176
# File 'sig/types.rbs', line 174

def cell_arn
  @cell_arn
end

#cell_name ⇒ ::String

Returns the value of attribute cell_name.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def cell_name
  @cell_name
end

#cells ⇒ ::Array[::String]

Returns the value of attribute cells.

Returns:

  • (::Array[::String])


176
177
178
# File 'sig/types.rbs', line 176

def cells
  @cells
end

#parent_readiness_scopes ⇒ ::Array[::String]

Returns the value of attribute parent_readiness_scopes.

Returns:

  • (::Array[::String])


177
178
179
# File 'sig/types.rbs', line 177

def parent_readiness_scopes
  @parent_readiness_scopes
end

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

Returns the value of attribute tags.

Returns:

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


178
179
180
# File 'sig/types.rbs', line 178

def tags
  @tags
end