Method: Stax::Cmd::Apigw#ls
- Defined in:
- lib/stax/mixin/apigw.rb
#ls ⇒ Object
22 23 24 25 26 27 |
# File 'lib/stax/mixin/apigw.rb', line 22 def ls print_table stack_apis.map { |r| a = Aws::APIGateway.api(r.physical_resource_id) [a.name, a.id, a.endpoint_configuration.types.join(','), a.created_date, a.description] } end |