module FFaker::AWS
Public Instance Methods
instance_tenancy()
click to toggle source
# File lib/ffaker/aws.rb, line 16 def instance_tenancy fetch_sample(EC2_RESERVED_INSTANCE_TENANCY) end
instance_type()
click to toggle source
# File lib/ffaker/aws.rb, line 8 def instance_type fetch_sample(EC2_INSTANCE_TYPE) end
offering_type()
click to toggle source
# File lib/ffaker/aws.rb, line 12 def offering_type fetch_sample(EC2_RESERVED_OFFERING_TYPE) end
product_description()
click to toggle source
# File lib/ffaker/aws.rb, line 20 def product_description fetch_sample(EC2_RESERVED_PRODUCT_DESCRIPTION) end