Method: Stax::Cmd::Rds#clusters
- Defined in:
- lib/stax/mixin/rds.rb
#clusters ⇒ Object
46 47 48 49 50 51 |
# File 'lib/stax/mixin/rds.rb', line 46 def clusters debug("RDS DB clusters for #{my.stack_name}") print_table stack_rds_clusters.map { |c| [c.db_cluster_identifier, c.engine, c.engine_version, color(c.status, COLORS), c.cluster_create_time] } end |