module FFaker::AWS
def instance_tenancy
def instance_tenancy fetch_sample(EC2_RESERVED_INSTANCE_TENANCY) end
def instance_type
def instance_type fetch_sample(EC2_INSTANCE_TYPE) end
def offering_type
def offering_type fetch_sample(EC2_RESERVED_OFFERING_TYPE) end
def product_description
def product_description fetch_sample(EC2_RESERVED_PRODUCT_DESCRIPTION) end