Class: SDM::SnapshotRequestableAccountEntitlements

Inherits:
Object
  • Object
show all
Extended by:
Gem::Deprecate
Defined in:
lib/svc.rb

Overview

SnapshotRequestableAccountEntitlements exposes the read only methods of the RequestableAccountEntitlements service for historical queries.

Instance Method Summary collapse

Constructor Details

#initialize(requestable_account_entitlements) ⇒ SnapshotRequestableAccountEntitlements

Returns a new instance of SnapshotRequestableAccountEntitlements.



7032
7033
7034
# File 'lib/svc.rb', line 7032

def initialize()
  @requestable_account_entitlements = 
end

Instance Method Details

#list(account_id, filter, *args, deadline: nil) ⇒ Object

List gets a list of RequestableAccountEntitlement records matching a given set of criteria.



7037
7038
7039
7040
7041
7042
7043
7044
7045
7046
7047
7048
7049
# File 'lib/svc.rb', line 7037

def list(
  ,
  filter,
  *args,
  deadline: nil
)
  return @requestable_account_entitlements.list(
           ,
           filter,
                        *args,
                        deadline: deadline,
         )
end