Module: Eaglenube::ApiWrapper::AWS::Snapshot
- Includes:
- Eaglenube::AWSAgent
- Included in:
- Synchronizer::AWS::Snapshot::SnapshotSyncMethods
- Defined in:
- lib/eaglenube/api_wrapper/aws/snapshot.rb
Instance Method Summary collapse
Methods included from Eaglenube::AWSAgent
get_acm_agent, get_auto_scaling_agent, get_cloud_watch_agent, get_compute_agent, get_ecs_agent, get_elb_agent, get_iam_agent, get_kms_agent, get_rds_agent, get_redshift_agent, get_s3_agent
Methods included from Eaglenube::AWSCredentialBuilder
Instance Method Details
#describe_snapshots(credential, region_code, **options) ⇒ Object
11 12 13 14 |
# File 'lib/eaglenube/api_wrapper/aws/snapshot.rb', line 11 def describe_snapshots(credential, region_code, **) agent = Eaglenube::AWSAgent.get_compute_agent(credential, region_code) agent.describe_snapshots().try(:snapshots) end |